Html Css Color HEX #0491EF Dodger Blue

📋 copy color: '#0491EF'

red 4 ◦ green 145 ◦ blue 239

#0491EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0491EF

Tints of Dodger Blue #0491EF

RGB

 RED value IS 4 (1.95% from 255) = 1.03%

 GREEN value IS 145 (57.03% from 255) = 37.37%

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 1.03%
G = 37.37%
B = 61.6%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0491EF (or 0x0491EF) is known color: Dodger Blue. HEX triplet: 04, 91 and EF. RGB value is (4,145,239). Sum of RGB (Red+Green+Blue) = 4+145+239=388 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #0491EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0491EF is #FB6E10. Grayscale: #717171. Windows color (decimal): -16477713 or 15700228. OLE color: 15700228.

HSL color Cylindrical-coordinate representation of color #0491EF: hue angle of 204º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0491EF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 145 239 -
CMYK 0.98 0.39 0 0.06
HSL 204º 0.97% 0.48% -
HSV(B) 204º 0.98% 0.94% -
XYZ 25.76 26.51 85.42 -
YUV 113.56 198.79 49.86 -
System Red Green Blue C M Y K H S L
Decimal 4 145 239 0.98 0.39 0 0.06 204 0.97 0.48
Hex 4 91 EF 62 27 0 6 CC 61 30
Octal 4 221 357 142 47 0 6 314 141 60
Binary 100 10010001 11101111 1100010 100111 0 110 11001100 1100001 110000

Color Harmonies of #0491EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0491EF

Black with #0491EF

Text Example


Text Example

White with #0491EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0491EF; }

 p { color: rgb(4,145,239); }

 H1.HeaderClassName
 {
   color: #0491EF;
 }
 .AnyTagClassName
 {
   color: #0491EF;
 }
</style>

background-color css

<style>
 a { background-color: #0491EF; }

 a { background-color: rgb(4,145,239); }

 div.DivClassName
 {
   background-color: #0491EF;
 }
 .BgClassName
 {
   background-color: #0491EF;
 }
</style>

border-color css

<style>
 span { border-color: #0491EF; }

 span { border-color: rgb(4,145,239); }

 td.TdClassName
 {
   border-color: #0491EF;
 }
 .TagClassName
 {
   border-color: #0491EF;
 }
</style>