Html Css Color HEX #049EFE Dodger Blue

📋 copy color: '#049EFE'

red 4 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #049EFE

Tints of Dodger Blue #049EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 0.96%
G = 37.98%
B = 61.06%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#049EFE (or 0x049EFE) is known color: Dodger Blue. HEX triplet: 04, 9E and FE. RGB value is (4,158,254). Sum of RGB (Red+Green+Blue) = 4+158+254=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #049EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EFE is #FB6101. Grayscale: #7A7A7A. Windows color (decimal): -16474370 or 16686596. OLE color: 16686596.

HSL color Cylindrical-coordinate representation of color #049EFE: hue angle of 203.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EFE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 158 254 -
CMYK 0.98 0.38 0 0.00
HSL 203.04º 0.99% 0.51% -
HSV(B) 203.04º 0.98% 1% -
XYZ 30.17 31.64 98.28 -
YUV 122.9 201.98 43.19 -
System Red Green Blue C M Y K H S L
Decimal 4 158 254 0.98 0.38 0 0.00 203.04 0.99 0.51
Hex 4 9E FE 62 26 0 0 CB 63 33
Octal 4 236 376 142 46 0 0 313 143 63
Binary 100 10011110 11111110 1100010 100110 0 0 11001011 1100011 110011

Color Harmonies of #049EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EFE

Black with #049EFE

Text Example


Text Example

White with #049EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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