Html Css Color HEX #049BFE Dodger Blue

📋 copy color: '#049BFE'

red 4 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #049BFE

Tints of Dodger Blue #049BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 0.97%
G = 37.53%
B = 61.5%

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

#049BFE (or 0x049BFE) is known color: Dodger Blue. HEX triplet: 04, 9B and FE. RGB value is (4,155,254). Sum of RGB (Red+Green+Blue) = 4+155+254=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #049BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049BFE is #FB6401. Grayscale: #787878. Windows color (decimal): -16475138 or 16685828. OLE color: 16685828.

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

Color convert

RGB 4 155 254 -
CMYK 0.98 0.39 0 0.00
HSL 203.76º 0.99% 0.51% -
HSV(B) 203.76º 0.98% 1% -
XYZ 29.66 30.62 98.11 -
YUV 121.14 202.97 44.45 -
System Red Green Blue C M Y K H S L
Decimal 4 155 254 0.98 0.39 0 0.00 203.76 0.99 0.51
Hex 4 9B FE 62 27 0 0 CC 63 33
Octal 4 233 376 142 47 0 0 314 143 63
Binary 100 10011011 11111110 1100010 100111 0 0 11001100 1100011 110011

Color Harmonies of #049BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BFE

Black with #049BFE

Text Example


Text Example

White with #049BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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