#056EFC

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

Shades of Dodger Blue #056EFC

Tints of Dodger Blue #056EFC

Color information

#056EFC (or 0x056EFC) is unknown color: approx Dodger Blue. HEX triplet: 05, 6E and FC. RGB value is (5,110,252). Sum of RGB (Red+Green+Blue) = 5+110+252=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #056EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EFC is #FA9103. Grayscale: #5E5E5E. Windows color (decimal): -16421124 or 16543237. OLE color: 16543237.

HSL color Cylindrical-coordinate representation of color #056EFC: hue angle of 214.49º 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 #056EFC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5110252-
CMYK0.980.5600.01
HSL214.49º97.63%50.39%-
HSV(B)214.49º98.02%98.82%-
XYZ23.2118.2194.39-
YUV94.79216.7163.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 252 (98.83% from 255) = 68.66%
R=1.36%
G=29.97%
B=68.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51102520.980.5600.01214.4997.6350.39
Hex56EFC623801d66232
Octal5156374142700132614262
Binary101110111011111100110001011100001110101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056EFC; }

 p { color: rgb(5,110,252); }

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

<style>
 a { background-color: #056EFC; }

 a { background-color: rgb(5,110,252); }

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

<style>
 span { border-color: #056EFC; }

 span { border-color: rgb(5,110,252); }

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