Html Css Color HEX #049CFE Dodger Blue

📋 copy color: '#049CFE'

red 4 ◦ green 156 ◦ blue 254

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

Shades of Dodger Blue #049CFE

Tints of Dodger Blue #049CFE

RGB

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

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

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

R = 0.97%
G = 37.68%
B = 61.35%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#049CFE (or 0x049CFE) is known color: Dodger Blue. HEX triplet: 04, 9C and FE. RGB value is (4,156,254). Sum of RGB (Red+Green+Blue) = 4+156+254=414 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #049CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CFE is #FB6301. Grayscale: #797979. Windows color (decimal): -16474882 or 16686084. OLE color: 16686084.

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

Color convert

RGB 4 156 254 -
CMYK 0.98 0.39 0 0.00
HSL 203.52º 0.99% 0.51% -
HSV(B) 203.52º 0.98% 1% -
XYZ 29.83 30.96 98.17 -
YUV 121.72 202.64 44.03 -
System Red Green Blue C M Y K H S L
Decimal 4 156 254 0.98 0.39 0 0.00 203.52 0.99 0.51
Hex 4 9C FE 62 27 0 0 CC 63 33
Octal 4 234 376 142 47 0 0 314 143 63
Binary 100 10011100 11111110 1100010 100111 0 0 11001100 1100011 110011

Color Harmonies of #049CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CFE

Black with #049CFE

Text Example


Text Example

White with #049CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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