Html Css Color HEX #049EF2 Dodger Blue

📋 copy color: '#049EF2'

red 4 ◦ green 158 ◦ blue 242

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

Shades of Dodger Blue #049EF2

Tints of Dodger Blue #049EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 242 (94.92% from 255) = 59.9%

R = 0.99%
G = 39.11%
B = 59.9%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#049EF2 (or 0x049EF2) is known color: Dodger Blue. HEX triplet: 04, 9E and F2. RGB value is (4,158,242). Sum of RGB (Red+Green+Blue) = 4+158+242=404 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #049EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EF2 is #FB610D. Grayscale: #797979. Windows color (decimal): -16474382 or 15900164. OLE color: 15900164.

HSL color Cylindrical-coordinate representation of color #049EF2: hue angle of 201.18º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EF2 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 158 242 -
CMYK 0.98 0.35 0 0.05
HSL 201.18º 0.97% 0.48% -
HSV(B) 201.18º 0.98% 0.95% -
XYZ 28.3 30.89 88.48 -
YUV 121.53 195.98 44.17 -
System Red Green Blue C M Y K H S L
Decimal 4 158 242 0.98 0.35 0 0.05 201.18 0.97 0.48
Hex 4 9E F2 62 23 0 5 C9 61 30
Octal 4 236 362 142 43 0 5 311 141 60
Binary 100 10011110 11110010 1100010 100011 0 101 11001001 1100001 110000

Color Harmonies of #049EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EF2

Black with #049EF2

Text Example


Text Example

White with #049EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049EF2; }

 p { color: rgb(4,158,242); }

 H1.HeaderClassName
 {
   color: #049EF2;
 }
 .AnyTagClassName
 {
   color: #049EF2;
 }
</style>

background-color css

<style>
 a { background-color: #049EF2; }

 a { background-color: rgb(4,158,242); }

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

border-color css

<style>
 span { border-color: #049EF2; }

 span { border-color: rgb(4,158,242); }

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