Shades of Dodger Blue #1299FE
Tints of Dodger Blue #1299FE
RGB
CMYK
RGB Variations
Color information
#1299FE (or 0x1299FE) is known color: Dodger Blue. HEX triplet: 12, 99 and FE. RGB value is (18,153,254). Sum of RGB (Red+Green+Blue) = 18+153+254=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #1299FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1299FE is #ED6601. Grayscale: #7B7B7B. Windows color (decimal): -15558146 or 16685330. OLE color: 16685330.
HSL color Cylindrical-coordinate representation of color #1299FE: hue angle of 205.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1299FE is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 153 | 254 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.00 |
| HSL | 205.68º | 0.99% | 0.53% | - |
| HSV(B) | 205.68º | 0.93% | 1% | - |
| XYZ | 29.53 | 30.07 | 98.01 | - |
| YUV | 124.15 | 201.27 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 254 | 0.93 | 0.40 | 0 | 0.00 | 205.68 | 0.99 | 0.53 |
| Hex | 12 | 99 | FE | 5D | 28 | 0 | 0 | CE | 63 | 35 |
| Octal | 22 | 231 | 376 | 135 | 50 | 0 | 0 | 316 | 143 | 65 |
| Binary | 10010 | 10011001 | 11111110 | 1011101 | 101000 | 0 | 0 | 11001110 | 1100011 | 110101 |
Color Harmonies of #1299FE
Complementary color
Monochromatic Colors of #1299FE
Black with #1299FE
Text Example
Text Example
White with #1299FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299FE; }
p { color: rgb(18,153,254); }
H1.HeaderClassName
{
color: #1299FE;
}
.AnyTagClassName
{
color: #1299FE;
}
</style>
background-color css
<style>
a { background-color: #1299FE; }
a { background-color: rgb(18,153,254); }
div.DivClassName
{
background-color: #1299FE;
}
.BgClassName
{
background-color: #1299FE;
}
</style>
border-color css
<style>
span { border-color: #1299FE; }
span { border-color: rgb(18,153,254); }
td.TdClassName
{
border-color: #1299FE;
}
.TagClassName
{
border-color: #1299FE;
}
</style>