#056DFB

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

Shades of Dodger Blue #056DFB

Tints of Dodger Blue #056DFB

Color information

#056DFB (or 0x056DFB) is unknown color: approx Dodger Blue. HEX triplet: 05, 6D and FB. RGB value is (5,109,251). Sum of RGB (Red+Green+Blue) = 5+109+251=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #056DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056DFB is #FA9204. Grayscale: #5D5D5D. Windows color (decimal): -16421381 or 16477445. OLE color: 16477445.

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

Color convert

RGB5109251-
CMYK0.980.5700.02
HSL214.63º96.85%50.2%-
HSV(B)214.63º98.01%98.43%-
XYZ22.9417.9393.52-
YUV94.09216.5464.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 251 (98.44% from 255) = 68.77%
R=1.37%
G=29.86%
B=68.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51092510.980.5700.02214.6396.8550.2
Hex56DFB623902d76132
Octal5155373142710232714162
Binary1011101101111110111100010111001010110101111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,109,251); }

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

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

 a { background-color: rgb(5,109,251); }

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

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

 span { border-color: rgb(5,109,251); }

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