#1560FD

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

Shades of Dodger Blue #1560FD

Tints of Dodger Blue #1560FD

Color information

#1560FD (or 0x1560FD) is unknown color: approx Dodger Blue. HEX triplet: 15, 60 and FD. RGB value is (21,96,253). Sum of RGB (Red+Green+Blue) = 21+96+253=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #1560FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1560FD is #EA9F02. Grayscale: #5A5A5A. Windows color (decimal): -15376131 or 16605205. OLE color: 16605205.

HSL color Cylindrical-coordinate representation of color #1560FD: hue angle of 220.6º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1560FD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2196253-
CMYK0.920.6200.01
HSL220.6º98.31%53.73%-
HSV(B)220.6º91.7%99.22%-
XYZ22.2215.6294.77-
YUV91.47219.1577.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.68%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 253 (99.22% from 255) = 68.38%
R=5.68%
G=25.95%
B=68.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21962530.920.6200.01220.698.3153.73
Hex1560FD5C3E01dd6236
Octal25140375134760133514266
Binary10101110000011111101101110011111001110111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1560FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1560FD; }

 p { color: rgb(21,96,253); }

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

<style>
 a { background-color: #1560FD; }

 a { background-color: rgb(21,96,253); }

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

<style>
 span { border-color: #1560FD; }

 span { border-color: rgb(21,96,253); }

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