#056CFD

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

Shades of Dodger Blue #056CFD

Tints of Dodger Blue #056CFD

Color information

#056CFD (or 0x056CFD) is unknown color: approx Dodger Blue. HEX triplet: 05, 6C and FD. RGB value is (5,108,253). Sum of RGB (Red+Green+Blue) = 5+108+253=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #056CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CFD is #FA9302. Grayscale: #5D5D5D. Windows color (decimal): -16421635 or 16608261. OLE color: 16608261.

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

Color convert

RGB5108253-
CMYK0.980.5700.01
HSL215.08º98.41%50.59%-
HSV(B)215.08º98.02%99.22%-
XYZ23.1517.8595.15-
YUV93.73217.8864.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 253 (99.22% from 255) = 69.13%
R=1.37%
G=29.51%
B=69.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51082530.980.5700.01215.0898.4150.59
Hex56CFD623901d76233
Octal5154375142710132714263
Binary101110110011111101110001011100101110101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,108,253); }

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

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

 a { background-color: rgb(5,108,253); }

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

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

 span { border-color: rgb(5,108,253); }

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