Html Css Color HEX #049DFF Dodger Blue

📋 copy color: '#049DFF'

red 4 ◦ green 157 ◦ blue 255

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

Shades of Dodger Blue #049DFF

Tints of Dodger Blue #049DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

 BLUE value IS 255 (100% from 255) = 61.3%

R = 0.96%
G = 37.74%
B = 61.3%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#049DFF (or 0x049DFF) is known color: Dodger Blue. HEX triplet: 04, 9D and FF. RGB value is (4,157,255). Sum of RGB (Red+Green+Blue) = 4+157+255=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #049DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049DFF is #FB6200. Grayscale: #797979. Windows color (decimal): -16474625 or 16751876. OLE color: 16751876.

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

Color convert

RGB 4 157 255 -
CMYK 0.98 0.38 0 0
HSL 203.43º 1% 0.51% -
HSV(B) 203.43º 0.98% 1% -
XYZ 30.16 31.36 99.07 -
YUV 122.43 202.81 43.53 -
System Red Green Blue C M Y K H S L
Decimal 4 157 255 0.98 0.38 0 0 203.43 1 0.51
Hex 4 9D FF 62 26 0 0 CB 64 33
Octal 4 235 377 142 46 0 0 313 144 63
Binary 100 10011101 11111111 1100010 100110 0 0 11001011 1100100 110011

Color Harmonies of #049DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DFF

Black with #049DFF

Text Example


Text Example

White with #049DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,157,255); }

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

background-color css

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

 a { background-color: rgb(4,157,255); }

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

border-color css

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

 span { border-color: rgb(4,157,255); }

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