Shades of Dodger Blue #1595FE
Tints of Dodger Blue #1595FE
RGB
CMYK
RGB Variations
Color information
#1595FE (or 0x1595FE) is known color: Dodger Blue. HEX triplet: 15, 95 and FE. RGB value is (21,149,254). Sum of RGB (Red+Green+Blue) = 21+149+254=424 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.95% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #1595FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1595FE is #EA6A01. Grayscale: #7A7A7A. Windows color (decimal): -15362562 or 16684309. OLE color: 16684309.
HSL color Cylindrical-coordinate representation of color #1595FE: hue angle of 207.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1595FE is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 149 | 254 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.00 |
| HSL | 207.04º | 0.99% | 0.54% | - |
| HSV(B) | 207.04º | 0.92% | 1% | - |
| XYZ | 28.95 | 28.81 | 97.8 | - |
| YUV | 122.7 | 202.09 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 254 | 0.92 | 0.41 | 0 | 0.00 | 207.04 | 0.99 | 0.54 |
| Hex | 15 | 95 | FE | 5C | 29 | 0 | 0 | CF | 63 | 36 |
| Octal | 25 | 225 | 376 | 134 | 51 | 0 | 0 | 317 | 143 | 66 |
| Binary | 10101 | 10010101 | 11111110 | 1011100 | 101001 | 0 | 0 | 11001111 | 1100011 | 110110 |
Color Harmonies of #1595FE
Complementary color
Monochromatic Colors of #1595FE
Black with #1595FE
Text Example
Text Example
White with #1595FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1595FE; }
p { color: rgb(21,149,254); }
H1.HeaderClassName
{
color: #1595FE;
}
.AnyTagClassName
{
color: #1595FE;
}
</style>
background-color css
<style>
a { background-color: #1595FE; }
a { background-color: rgb(21,149,254); }
div.DivClassName
{
background-color: #1595FE;
}
.BgClassName
{
background-color: #1595FE;
}
</style>
border-color css
<style>
span { border-color: #1595FE; }
span { border-color: rgb(21,149,254); }
td.TdClassName
{
border-color: #1595FE;
}
.TagClassName
{
border-color: #1595FE;
}
</style>