Html Css Color HEX #049EFD Dodger Blue

📋 copy color: '#049EFD'

red 4 ◦ green 158 ◦ blue 253

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

Shades of Dodger Blue #049EFD

Tints of Dodger Blue #049EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.96%

R = 0.96%
G = 38.07%
B = 60.96%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#049EFD (or 0x049EFD) is known color: Dodger Blue. HEX triplet: 04, 9E and FD. RGB value is (4,158,253). Sum of RGB (Red+Green+Blue) = 4+158+253=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #049EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EFD is #FB6102. Grayscale: #7A7A7A. Windows color (decimal): -16474371 or 16621060. OLE color: 16621060.

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

Color convert

RGB 4 158 253 -
CMYK 0.98 0.38 0 0.01
HSL 202.89º 0.98% 0.5% -
HSV(B) 202.89º 0.98% 0.99% -
XYZ 30.01 31.57 97.44 -
YUV 122.78 201.48 43.28 -
System Red Green Blue C M Y K H S L
Decimal 4 158 253 0.98 0.38 0 0.01 202.89 0.98 0.5
Hex 4 9E FD 62 26 0 1 CB 62 32
Octal 4 236 375 142 46 0 1 313 142 62
Binary 100 10011110 11111101 1100010 100110 0 1 11001011 1100010 110010

Color Harmonies of #049EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EFD

Black with #049EFD

Text Example


Text Example

White with #049EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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