Shades of Dodger Blue #1569FB
Tints of Dodger Blue #1569FB
RGB
CMYK
RGB Variations
Color information
#1569FB (or 0x1569FB) is known color: Dodger Blue. HEX triplet: 15, 69 and FB. RGB value is (21,105,251). Sum of RGB (Red+Green+Blue) = 21+105+251=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #1569FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1569FB is #EA9604. Grayscale: #5F5F5F. Windows color (decimal): -15373829 or 16476437. OLE color: 16476437.
HSL color Cylindrical-coordinate representation of color #1569FB: hue angle of 218.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1569FB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 105 | 251 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.02 |
| HSL | 218.09º | 0.97% | 0.53% | - |
| HSV(B) | 218.09º | 0.92% | 0.98% | - |
| XYZ | 22.77 | 17.23 | 93.39 | - |
| YUV | 96.53 | 215.17 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 251 | 0.92 | 0.58 | 0 | 0.02 | 218.09 | 0.97 | 0.53 |
| Hex | 15 | 69 | FB | 5C | 3A | 0 | 2 | DA | 61 | 35 |
| Octal | 25 | 151 | 373 | 134 | 72 | 0 | 2 | 332 | 141 | 65 |
| Binary | 10101 | 1101001 | 11111011 | 1011100 | 111010 | 0 | 10 | 11011010 | 1100001 | 110101 |
Color Harmonies of #1569FB
Complementary color
Monochromatic Colors of #1569FB
Black with #1569FB
Text Example
Text Example
White with #1569FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569FB; }
p { color: rgb(21,105,251); }
H1.HeaderClassName
{
color: #1569FB;
}
.AnyTagClassName
{
color: #1569FB;
}
</style>
background-color css
<style>
a { background-color: #1569FB; }
a { background-color: rgb(21,105,251); }
div.DivClassName
{
background-color: #1569FB;
}
.BgClassName
{
background-color: #1569FB;
}
</style>
border-color css
<style>
span { border-color: #1569FB; }
span { border-color: rgb(21,105,251); }
td.TdClassName
{
border-color: #1569FB;
}
.TagClassName
{
border-color: #1569FB;
}
</style>