#0479FE

Color #0479FE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0479FE

Tints of Dodger Blue #0479FE

Color information

#0479FE (or 0x0479FE) is unknown color: approx Dodger Blue. HEX triplet: 04, 79 and FE. RGB value is (4,121,254). Sum of RGB (Red+Green+Blue) = 4+121+254=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #0479FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0479FE is #FB8601. Grayscale: #646464. Windows color (decimal): -16483842 or 16677124. OLE color: 16677124.

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

Color convert

RGB4121254-
CMYK0.980.5200.00
HSL211.92º99.21%50.59%-
HSV(B)211.92º98.43%99.61%-
XYZ24.7820.8696.49-
YUV101.18214.2458.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.06%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 254 (99.61% from 255) = 67.02%
R=1.06%
G=31.93%
B=67.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal41212540.980.5200.00211.9299.2150.59
Hex479FE623400d46333
Octal4171376142640032414363
Binary100111100111111110110001011010000110101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0479FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0479FE; }

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

 H1.HeaderClassName
 {
   color: #0479FE;
 }
 .AnyTagClassName
 {
   color: #0479FE;
 }
</style>
background-color css

<style>
 a { background-color: #0479FE; }

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

 div.DivClassName
 {
   background-color: #0479FE;
 }
 .BgClassName
 {
   background-color: #0479FE;
 }
</style>
border-color css

<style>
 span { border-color: #0479FE; }

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

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