Html Css Color HEX #049FFF Dodger Blue

📋 copy color: '#049FFF'

red 4 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #049FFF

Tints of Dodger Blue #049FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

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

R = 0.96%
G = 38.04%
B = 61%

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

#049FFF (or 0x049FFF) is known color: Dodger Blue. HEX triplet: 04, 9F and FF. RGB value is (4,159,255). Sum of RGB (Red+Green+Blue) = 4+159+255=418 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #049FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049FFF is #FB6000. Grayscale: #7B7B7B. Windows color (decimal): -16474113 or 16752388. OLE color: 16752388.

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

Color convert

RGB 4 159 255 -
CMYK 0.98 0.38 0 0
HSL 202.95º 1% 0.51% -
HSV(B) 202.95º 0.98% 1% -
XYZ 30.5 32.04 99.19 -
YUV 123.6 202.15 42.69 -
System Red Green Blue C M Y K H S L
Decimal 4 159 255 0.98 0.38 0 0 202.95 1 0.51
Hex 4 9F FF 62 26 0 0 CB 64 33
Octal 4 237 377 142 46 0 0 313 144 63
Binary 100 10011111 11111111 1100010 100110 0 0 11001011 1100100 110011

Color Harmonies of #049FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FFF

Black with #049FFF

Text Example


Text Example

White with #049FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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