Html Css Color HEX #049FFD Dodger Blue

📋 copy color: '#049FFD'

red 4 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #049FFD

Tints of Dodger Blue #049FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 0.96%
G = 38.22%
B = 60.82%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#049FFD (or 0x049FFD) is known color: Dodger Blue. HEX triplet: 04, 9F and FD. RGB value is (4,159,253). Sum of RGB (Red+Green+Blue) = 4+159+253=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #049FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049FFD is #FB6002. Grayscale: #7A7A7A. Windows color (decimal): -16474115 or 16621316. OLE color: 16621316.

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

Color convert

RGB 4 159 253 -
CMYK 0.98 0.37 0 0.01
HSL 202.65º 0.98% 0.5% -
HSV(B) 202.65º 0.98% 0.99% -
XYZ 30.18 31.91 97.5 -
YUV 123.37 201.15 42.86 -
System Red Green Blue C M Y K H S L
Decimal 4 159 253 0.98 0.37 0 0.01 202.65 0.98 0.5
Hex 4 9F FD 62 25 0 1 CB 62 32
Octal 4 237 375 142 45 0 1 313 142 62
Binary 100 10011111 11111101 1100010 100101 0 1 11001011 1100010 110010

Color Harmonies of #049FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FFD

Black with #049FFD

Text Example


Text Example

White with #049FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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