Html Css Color HEX #049FFE Dodger Blue

📋 copy color: '#049FFE'

red 4 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #049FFE

Tints of Dodger Blue #049FFE

RGB

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

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

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

R = 0.96%
G = 38.13%
B = 60.91%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#049FFE (or 0x049FFE) is known color: Dodger Blue. HEX triplet: 04, 9F and FE. RGB value is (4,159,254). Sum of RGB (Red+Green+Blue) = 4+159+254=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #049FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049FFE is #FB6001. Grayscale: #7A7A7A. Windows color (decimal): -16474114 or 16686852. OLE color: 16686852.

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

Color convert

RGB 4 159 254 -
CMYK 0.98 0.37 0 0.00
HSL 202.8º 0.99% 0.51% -
HSV(B) 202.8º 0.98% 1% -
XYZ 30.34 31.98 98.34 -
YUV 123.49 201.65 42.78 -
System Red Green Blue C M Y K H S L
Decimal 4 159 254 0.98 0.37 0 0.00 202.8 0.99 0.51
Hex 4 9F FE 62 25 0 0 CB 63 33
Octal 4 237 376 142 45 0 0 313 143 63
Binary 100 10011111 11111110 1100010 100101 0 0 11001011 1100011 110011

Color Harmonies of #049FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FFE

Black with #049FFE

Text Example


Text Example

White with #049FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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