Html Css Color HEX #049CFC Dodger Blue

📋 copy color: '#049CFC'

red 4 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #049CFC

Tints of Dodger Blue #049CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 0.97%
G = 37.86%
B = 61.17%

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

#049CFC (or 0x049CFC) is known color: Dodger Blue. HEX triplet: 04, 9C and FC. RGB value is (4,156,252). Sum of RGB (Red+Green+Blue) = 4+156+252=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #049CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CFC is #FB6303. Grayscale: #787878. Windows color (decimal): -16474884 or 16555012. OLE color: 16555012.

HSL color Cylindrical-coordinate representation of color #049CFC: hue angle of 203.23º 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 #049CFC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 156 252 -
CMYK 0.98 0.38 0 0.01
HSL 203.23º 0.98% 0.5% -
HSV(B) 203.23º 0.98% 0.99% -
XYZ 29.51 30.83 96.49 -
YUV 121.5 201.64 44.19 -
System Red Green Blue C M Y K H S L
Decimal 4 156 252 0.98 0.38 0 0.01 203.23 0.98 0.5
Hex 4 9C FC 62 26 0 1 CB 62 32
Octal 4 234 374 142 46 0 1 313 142 62
Binary 100 10011100 11111100 1100010 100110 0 1 11001011 1100010 110010

Color Harmonies of #049CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CFC

Black with #049CFC

Text Example


Text Example

White with #049CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,156,252); }

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

background-color css

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

 a { background-color: rgb(4,156,252); }

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

border-color css

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

 span { border-color: rgb(4,156,252); }

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