Shades of Dodger Blue #1595DF
Tints of Dodger Blue #1595DF
RGB
CMYK
RGB Variations
Color information
#1595DF (or 0x1595DF) is known color: Dodger Blue. HEX triplet: 15, 95 and DF. RGB value is (21,149,223). Sum of RGB (Red+Green+Blue) = 21+149+223=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #1595DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595DF is #EA6A20. Grayscale: #767676. Windows color (decimal): -15362593 or 14652693. OLE color: 14652693.
HSL color Cylindrical-coordinate representation of color #1595DF: hue angle of 201.98º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1595DF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 149 | 223 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.13 |
| HSL | 201.98º | 0.83% | 0.48% | - |
| HSV(B) | 201.98º | 0.91% | 0.87% | - |
| XYZ | 24.38 | 26.98 | 73.74 | - |
| YUV | 119.16 | 186.59 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 223 | 0.91 | 0.33 | 0 | 0.13 | 201.98 | 0.83 | 0.48 |
| Hex | 15 | 95 | DF | 5B | 21 | 0 | D | CA | 53 | 30 |
| Octal | 25 | 225 | 337 | 133 | 41 | 0 | 15 | 312 | 123 | 60 |
| Binary | 10101 | 10010101 | 11011111 | 1011011 | 100001 | 0 | 1101 | 11001010 | 1010011 | 110000 |
Color Harmonies of #1595DF
Complementary color
Monochromatic Colors of #1595DF
Black with #1595DF
Text Example
Text Example
White with #1595DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1595DF; }
p { color: rgb(21,149,223); }
H1.HeaderClassName
{
color: #1595DF;
}
.AnyTagClassName
{
color: #1595DF;
}
</style>
background-color css
<style>
a { background-color: #1595DF; }
a { background-color: rgb(21,149,223); }
div.DivClassName
{
background-color: #1595DF;
}
.BgClassName
{
background-color: #1595DF;
}
</style>
border-color css
<style>
span { border-color: #1595DF; }
span { border-color: rgb(21,149,223); }
td.TdClassName
{
border-color: #1595DF;
}
.TagClassName
{
border-color: #1595DF;
}
</style>