Shades of Dodger Blue #1575FF
Tints of Dodger Blue #1575FF
RGB
CMYK
RGB Variations
Color information
#1575FF (or 0x1575FF) is known color: Dodger Blue. HEX triplet: 15, 75 and FF. RGB value is (21,117,255). Sum of RGB (Red+Green+Blue) = 21+117+255=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1575FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1575FF is #EA8A00. Grayscale: #676767. Windows color (decimal): -15370753 or 16741653. OLE color: 16741653.
HSL color Cylindrical-coordinate representation of color #1575FF: hue angle of 215.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1575FF is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 117 | 255 | - |
| CMYK | 0.92 | 0.54 | 0 | 0 |
| HSL | 215.38º | 1% | 0.54% | - |
| HSV(B) | 215.38º | 0.92% | 1% | - |
| XYZ | 24.72 | 20.1 | 97.18 | - |
| YUV | 104.03 | 213.2 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 255 | 0.92 | 0.54 | 0 | 0 | 215.38 | 1 | 0.54 |
| Hex | 15 | 75 | FF | 5C | 36 | 0 | 0 | D7 | 64 | 36 |
| Octal | 25 | 165 | 377 | 134 | 66 | 0 | 0 | 327 | 144 | 66 |
| Binary | 10101 | 1110101 | 11111111 | 1011100 | 110110 | 0 | 0 | 11010111 | 1100100 | 110110 |
Color Harmonies of #1575FF
Complementary color
Monochromatic Colors of #1575FF
Black with #1575FF
Text Example
Text Example
White with #1575FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575FF; }
p { color: rgb(21,117,255); }
H1.HeaderClassName
{
color: #1575FF;
}
.AnyTagClassName
{
color: #1575FF;
}
</style>
background-color css
<style>
a { background-color: #1575FF; }
a { background-color: rgb(21,117,255); }
div.DivClassName
{
background-color: #1575FF;
}
.BgClassName
{
background-color: #1575FF;
}
</style>
border-color css
<style>
span { border-color: #1575FF; }
span { border-color: rgb(21,117,255); }
td.TdClassName
{
border-color: #1575FF;
}
.TagClassName
{
border-color: #1575FF;
}
</style>