Shades of Dodger Blue #1575FD
Tints of Dodger Blue #1575FD
RGB
CMYK
RGB Variations
Color information
#1575FD (or 0x1575FD) is known color: Dodger Blue. HEX triplet: 15, 75 and FD. RGB value is (21,117,253). Sum of RGB (Red+Green+Blue) = 21+117+253=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #1575FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1575FD is #EA8A02. Grayscale: #676767. Windows color (decimal): -15370755 or 16610581. OLE color: 16610581.
HSL color Cylindrical-coordinate representation of color #1575FD: hue angle of 215.17º 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 #1575FD is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 117 | 253 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.01 |
| HSL | 215.17º | 0.98% | 0.54% | - |
| HSV(B) | 215.17º | 0.92% | 0.99% | - |
| XYZ | 24.4 | 19.97 | 95.5 | - |
| YUV | 103.8 | 212.2 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 253 | 0.92 | 0.54 | 0 | 0.01 | 215.17 | 0.98 | 0.54 |
| Hex | 15 | 75 | FD | 5C | 36 | 0 | 1 | D7 | 62 | 36 |
| Octal | 25 | 165 | 375 | 134 | 66 | 0 | 1 | 327 | 142 | 66 |
| Binary | 10101 | 1110101 | 11111101 | 1011100 | 110110 | 0 | 1 | 11010111 | 1100010 | 110110 |
Color Harmonies of #1575FD
Complementary color
Monochromatic Colors of #1575FD
Black with #1575FD
Text Example
Text Example
White with #1575FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575FD; }
p { color: rgb(21,117,253); }
H1.HeaderClassName
{
color: #1575FD;
}
.AnyTagClassName
{
color: #1575FD;
}
</style>
background-color css
<style>
a { background-color: #1575FD; }
a { background-color: rgb(21,117,253); }
div.DivClassName
{
background-color: #1575FD;
}
.BgClassName
{
background-color: #1575FD;
}
</style>
border-color css
<style>
span { border-color: #1575FD; }
span { border-color: rgb(21,117,253); }
td.TdClassName
{
border-color: #1575FD;
}
.TagClassName
{
border-color: #1575FD;
}
</style>