Color Hex Logo

#0498ff Color Hex

#0498FF
(4,152,255)
0 Favorites   0 Comments

Color spaces of #0498ff

RGB 4152255
HSL0.571.000.51
HSV205°98°100°
CMYK 0.980.400.00   0.00
XYZ29.328329.702398.7951
Yxy29.70230.18580.1882
Hunter Lab54.49980.6826-69.3287
CIE-Lab61.39654.2669-60.1799

#0498ff color RGB value is (4,152,255).

#0498ff hex color red value is 4, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0498ff hue: 0.57 , saturation: 1.00 and the lightness value of 0498ff is 0.51.

The process color (four color CMYK) of #0498ff color hex is 0.98, 0.40, 0.00, 0.00. Web safe color of #0498ff is #0099ff. Color #0498ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011000 11111111
Octal 4 230 377
Decimal 4 152 255
Hex 4 98 FF

RGB Percentages of Color #0498ff

%0.97
%36.98
%62.04

CMYK Percentages of Color #0498ff

%98
%40
%0
%0

Triadic Colors of #0498ff

#0498ff #ff0498 #98ff04

Analogous Colors of #0498ff

#0498ff #041bff #04ffe9

Monochromatic Colors of #0498ff

#0498ff

Complementary Color

#0498ff #ff6b04

#0498ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0498ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0498ff Color CSS Codes

.mybgcolor {background-color:#0498ff; } 
.myforecolor {color:#0498ff; }
.mybordercolor {border:3px solid #0498ff; }

#0498ff Text Font Color

<p style="color:#0498ff">Text here</p>

This sample text font color is #0498ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0498ff Background Color

<div style="background-color:#0498ff">
Div content here</div>

This div background color is #0498ff


#0498ff Border Color

<div style="border:3px solid #0498ff">
Div here</div>

This div border color is #0498ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,152,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0498ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0498ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0498ff;
  box-shadow:         1px 1px 3px 2px #0498ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,152,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0498ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0498ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0498ff;
  box-shadow:         1px 1px 3px 2px #0498ff;">
Div content here</div>

This div box has shadow with color #0498ff

Related Colors


Comments

No comments written yet.

Please login to write comment.