Shades of Dodger Blue #1569F1
Tints of Dodger Blue #1569F1
RGB
CMYK
RGB Variations
Color information
#1569F1 (or 0x1569F1) is known color: Dodger Blue. HEX triplet: 15, 69 and F1. RGB value is (21,105,241). Sum of RGB (Red+Green+Blue) = 21+105+241=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #1569F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1569F1 is #EA960E. Grayscale: #5E5E5E. Windows color (decimal): -15373839 or 15821077. OLE color: 15821077.
HSL color Cylindrical-coordinate representation of color #1569F1: hue angle of 217.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1569F1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 105 | 241 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.05 |
| HSL | 217.09º | 0.89% | 0.51% | - |
| HSV(B) | 217.09º | 0.91% | 0.95% | - |
| XYZ | 21.24 | 16.61 | 85.31 | - |
| YUV | 95.39 | 210.17 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 241 | 0.91 | 0.56 | 0 | 0.05 | 217.09 | 0.89 | 0.51 |
| Hex | 15 | 69 | F1 | 5B | 38 | 0 | 5 | D9 | 59 | 33 |
| Octal | 25 | 151 | 361 | 133 | 70 | 0 | 5 | 331 | 131 | 63 |
| Binary | 10101 | 1101001 | 11110001 | 1011011 | 111000 | 0 | 101 | 11011001 | 1011001 | 110011 |
Color Harmonies of #1569F1
Complementary color
Monochromatic Colors of #1569F1
Black with #1569F1
Text Example
Text Example
White with #1569F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569F1; }
p { color: rgb(21,105,241); }
H1.HeaderClassName
{
color: #1569F1;
}
.AnyTagClassName
{
color: #1569F1;
}
</style>
background-color css
<style>
a { background-color: #1569F1; }
a { background-color: rgb(21,105,241); }
div.DivClassName
{
background-color: #1569F1;
}
.BgClassName
{
background-color: #1569F1;
}
</style>
border-color css
<style>
span { border-color: #1569F1; }
span { border-color: rgb(21,105,241); }
td.TdClassName
{
border-color: #1569F1;
}
.TagClassName
{
border-color: #1569F1;
}
</style>