Shades of Dodger Blue #1568FD
Tints of Dodger Blue #1568FD
RGB
CMYK
RGB Variations
Color information
#1568FD (or 0x1568FD) is known color: Dodger Blue. HEX triplet: 15, 68 and FD. RGB value is (21,104,253). Sum of RGB (Red+Green+Blue) = 21+104+253=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #1568FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1568FD is #EA9702. Grayscale: #5F5F5F. Windows color (decimal): -15374083 or 16607253. OLE color: 16607253.
HSL color Cylindrical-coordinate representation of color #1568FD: hue angle of 218.53º 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 #1568FD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 104 | 253 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.01 |
| HSL | 218.53º | 0.98% | 0.54% | - |
| HSV(B) | 218.53º | 0.92% | 0.99% | - |
| XYZ | 22.99 | 17.15 | 95.03 | - |
| YUV | 96.17 | 216.5 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 253 | 0.92 | 0.59 | 0 | 0.01 | 218.53 | 0.98 | 0.54 |
| Hex | 15 | 68 | FD | 5C | 3B | 0 | 1 | DB | 62 | 36 |
| Octal | 25 | 150 | 375 | 134 | 73 | 0 | 1 | 333 | 142 | 66 |
| Binary | 10101 | 1101000 | 11111101 | 1011100 | 111011 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1568FD
Complementary color
Monochromatic Colors of #1568FD
Black with #1568FD
Text Example
Text Example
White with #1568FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568FD; }
p { color: rgb(21,104,253); }
H1.HeaderClassName
{
color: #1568FD;
}
.AnyTagClassName
{
color: #1568FD;
}
</style>
background-color css
<style>
a { background-color: #1568FD; }
a { background-color: rgb(21,104,253); }
div.DivClassName
{
background-color: #1568FD;
}
.BgClassName
{
background-color: #1568FD;
}
</style>
border-color css
<style>
span { border-color: #1568FD; }
span { border-color: rgb(21,104,253); }
td.TdClassName
{
border-color: #1568FD;
}
.TagClassName
{
border-color: #1568FD;
}
</style>