Html Css Color HEX #049FFB Dodger Blue

📋 copy color: '#049FFB'

red 4 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #049FFB

Tints of Dodger Blue #049FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 0.97%
G = 38.41%
B = 60.63%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#049FFB (or 0x049FFB) is known color: Dodger Blue. HEX triplet: 04, 9F and FB. RGB value is (4,159,251). Sum of RGB (Red+Green+Blue) = 4+159+251=414 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #049FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049FFB is #FB6004. Grayscale: #7A7A7A. Windows color (decimal): -16474117 or 16490244. OLE color: 16490244.

HSL color Cylindrical-coordinate representation of color #049FFB: hue angle of 202.35º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FFB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 159 251 -
CMYK 0.98 0.37 0 0.02
HSL 202.35º 0.97% 0.5% -
HSV(B) 202.35º 0.98% 0.98% -
XYZ 29.86 31.79 95.83 -
YUV 123.14 200.15 43.02 -
System Red Green Blue C M Y K H S L
Decimal 4 159 251 0.98 0.37 0 0.02 202.35 0.97 0.5
Hex 4 9F FB 62 25 0 2 CA 61 32
Octal 4 237 373 142 45 0 2 312 141 62
Binary 100 10011111 11111011 1100010 100101 0 10 11001010 1100001 110010

Color Harmonies of #049FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FFB

Black with #049FFB

Text Example


Text Example

White with #049FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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