Shades of Dodger Blue #1567FD
Tints of Dodger Blue #1567FD
RGB
CMYK
RGB Variations
Color information
#1567FD (or 0x1567FD) is known color: Dodger Blue. HEX triplet: 15, 67 and FD. RGB value is (21,103,253). Sum of RGB (Red+Green+Blue) = 21+103+253=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #1567FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1567FD is #EA9802. Grayscale: #5E5E5E. Windows color (decimal): -15374339 or 16606997. OLE color: 16606997.
HSL color Cylindrical-coordinate representation of color #1567FD: hue angle of 218.79º 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 #1567FD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 103 | 253 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.01 |
| HSL | 218.79º | 0.98% | 0.54% | - |
| HSV(B) | 218.79º | 0.92% | 0.99% | - |
| XYZ | 22.89 | 16.95 | 94.99 | - |
| YUV | 95.58 | 216.83 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 253 | 0.92 | 0.59 | 0 | 0.01 | 218.79 | 0.98 | 0.54 |
| Hex | 15 | 67 | FD | 5C | 3B | 0 | 1 | DB | 62 | 36 |
| Octal | 25 | 147 | 375 | 134 | 73 | 0 | 1 | 333 | 142 | 66 |
| Binary | 10101 | 1100111 | 11111101 | 1011100 | 111011 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1567FD
Complementary color
Monochromatic Colors of #1567FD
Black with #1567FD
Text Example
Text Example
White with #1567FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567FD; }
p { color: rgb(21,103,253); }
H1.HeaderClassName
{
color: #1567FD;
}
.AnyTagClassName
{
color: #1567FD;
}
</style>
background-color css
<style>
a { background-color: #1567FD; }
a { background-color: rgb(21,103,253); }
div.DivClassName
{
background-color: #1567FD;
}
.BgClassName
{
background-color: #1567FD;
}
</style>
border-color css
<style>
span { border-color: #1567FD; }
span { border-color: rgb(21,103,253); }
td.TdClassName
{
border-color: #1567FD;
}
.TagClassName
{
border-color: #1567FD;
}
</style>