Shades of Dodger Blue #1599FE
Tints of Dodger Blue #1599FE
RGB
CMYK
RGB Variations
Color information
#1599FE (or 0x1599FE) is known color: Dodger Blue. HEX triplet: 15, 99 and FE. RGB value is (21,153,254). Sum of RGB (Red+Green+Blue) = 21+153+254=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #1599FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1599FE is #EA6601. Grayscale: #7C7C7C. Windows color (decimal): -15361538 or 16685333. OLE color: 16685333.
HSL color Cylindrical-coordinate representation of color #1599FE: hue angle of 206.01º 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 #1599FE is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 153 | 254 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.00 |
| HSL | 206.01º | 0.99% | 0.54% | - |
| HSV(B) | 206.01º | 0.92% | 1% | - |
| XYZ | 29.59 | 30.1 | 98.02 | - |
| YUV | 125.05 | 200.77 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 254 | 0.92 | 0.40 | 0 | 0.00 | 206.01 | 0.99 | 0.54 |
| Hex | 15 | 99 | FE | 5C | 28 | 0 | 0 | CE | 63 | 36 |
| Octal | 25 | 231 | 376 | 134 | 50 | 0 | 0 | 316 | 143 | 66 |
| Binary | 10101 | 10011001 | 11111110 | 1011100 | 101000 | 0 | 0 | 11001110 | 1100011 | 110110 |
Color Harmonies of #1599FE
Complementary color
Monochromatic Colors of #1599FE
Black with #1599FE
Text Example
Text Example
White with #1599FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1599FE; }
p { color: rgb(21,153,254); }
H1.HeaderClassName
{
color: #1599FE;
}
.AnyTagClassName
{
color: #1599FE;
}
</style>
background-color css
<style>
a { background-color: #1599FE; }
a { background-color: rgb(21,153,254); }
div.DivClassName
{
background-color: #1599FE;
}
.BgClassName
{
background-color: #1599FE;
}
</style>
border-color css
<style>
span { border-color: #1599FE; }
span { border-color: rgb(21,153,254); }
td.TdClassName
{
border-color: #1599FE;
}
.TagClassName
{
border-color: #1599FE;
}
</style>