Shades of Dodger Blue #1499FE
Tints of Dodger Blue #1499FE
RGB
CMYK
RGB Variations
Color information
#1499FE (or 0x1499FE) is known color: Dodger Blue. HEX triplet: 14, 99 and FE. RGB value is (20,153,254). Sum of RGB (Red+Green+Blue) = 20+153+254=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #1499FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1499FE is #EB6601. Grayscale: #7C7C7C. Windows color (decimal): -15427074 or 16685332. OLE color: 16685332.
HSL color Cylindrical-coordinate representation of color #1499FE: hue angle of 205.9º 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 #1499FE is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 153 | 254 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.00 |
| HSL | 205.9º | 0.99% | 0.54% | - |
| HSV(B) | 205.9º | 0.92% | 1% | - |
| XYZ | 29.57 | 30.09 | 98.01 | - |
| YUV | 124.75 | 200.94 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 254 | 0.92 | 0.40 | 0 | 0.00 | 205.9 | 0.99 | 0.54 |
| Hex | 14 | 99 | FE | 5C | 28 | 0 | 0 | CE | 63 | 36 |
| Octal | 24 | 231 | 376 | 134 | 50 | 0 | 0 | 316 | 143 | 66 |
| Binary | 10100 | 10011001 | 11111110 | 1011100 | 101000 | 0 | 0 | 11001110 | 1100011 | 110110 |
Color Harmonies of #1499FE
Complementary color
Monochromatic Colors of #1499FE
Black with #1499FE
Text Example
Text Example
White with #1499FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1499FE; }
p { color: rgb(20,153,254); }
H1.HeaderClassName
{
color: #1499FE;
}
.AnyTagClassName
{
color: #1499FE;
}
</style>
background-color css
<style>
a { background-color: #1499FE; }
a { background-color: rgb(20,153,254); }
div.DivClassName
{
background-color: #1499FE;
}
.BgClassName
{
background-color: #1499FE;
}
</style>
border-color css
<style>
span { border-color: #1499FE; }
span { border-color: rgb(20,153,254); }
td.TdClassName
{
border-color: #1499FE;
}
.TagClassName
{
border-color: #1499FE;
}
</style>