Shades of Dodger Blue #1495DF
Tints of Dodger Blue #1495DF
RGB
CMYK
RGB Variations
Color information
#1495DF (or 0x1495DF) is known color: Dodger Blue. HEX triplet: 14, 95 and DF. RGB value is (20,149,223). Sum of RGB (Red+Green+Blue) = 20+149+223=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #1495DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495DF is #EB6A20. Grayscale: #767676. Windows color (decimal): -15428129 or 14652692. OLE color: 14652692.
HSL color Cylindrical-coordinate representation of color #1495DF: hue angle of 201.87º degrees, saturation: 0.84, 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 #1495DF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 149 | 223 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.13 |
| HSL | 201.87º | 0.84% | 0.48% | - |
| HSV(B) | 201.87º | 0.91% | 0.87% | - |
| XYZ | 24.36 | 26.97 | 73.73 | - |
| YUV | 118.87 | 186.76 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 223 | 0.91 | 0.33 | 0 | 0.13 | 201.87 | 0.84 | 0.48 |
| Hex | 14 | 95 | DF | 5B | 21 | 0 | D | CA | 54 | 30 |
| Octal | 24 | 225 | 337 | 133 | 41 | 0 | 15 | 312 | 124 | 60 |
| Binary | 10100 | 10010101 | 11011111 | 1011011 | 100001 | 0 | 1101 | 11001010 | 1010100 | 110000 |
Color Harmonies of #1495DF
Complementary color
Monochromatic Colors of #1495DF
Black with #1495DF
Text Example
Text Example
White with #1495DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495DF; }
p { color: rgb(20,149,223); }
H1.HeaderClassName
{
color: #1495DF;
}
.AnyTagClassName
{
color: #1495DF;
}
</style>
background-color css
<style>
a { background-color: #1495DF; }
a { background-color: rgb(20,149,223); }
div.DivClassName
{
background-color: #1495DF;
}
.BgClassName
{
background-color: #1495DF;
}
</style>
border-color css
<style>
span { border-color: #1495DF; }
span { border-color: rgb(20,149,223); }
td.TdClassName
{
border-color: #1495DF;
}
.TagClassName
{
border-color: #1495DF;
}
</style>