Shades of Dodger Blue #1299E7
Tints of Dodger Blue #1299E7
RGB
CMYK
RGB Variations
Color information
#1299E7 (or 0x1299E7) is known color: Dodger Blue. HEX triplet: 12, 99 and E7. RGB value is (18,153,231). Sum of RGB (Red+Green+Blue) = 18+153+231=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 231 (90.62% from 255 or 57.46% from 402); Max value from RGB is 231 - color contains mainly: blue. Hex color #1299E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1299E7 is #ED6618. Grayscale: #797979. Windows color (decimal): -15558169 or 15178002. OLE color: 15178002.
HSL color Cylindrical-coordinate representation of color #1299E7: hue angle of 201.97º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1299E7 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 153 | 231 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.09 |
| HSL | 201.97º | 0.86% | 0.49% | - |
| HSV(B) | 201.97º | 0.92% | 0.91% | - |
| XYZ | 26.06 | 28.68 | 79.76 | - |
| YUV | 121.53 | 189.77 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 231 | 0.92 | 0.34 | 0 | 0.09 | 201.97 | 0.86 | 0.49 |
| Hex | 12 | 99 | E7 | 5C | 22 | 0 | 9 | CA | 56 | 31 |
| Octal | 22 | 231 | 347 | 134 | 42 | 0 | 11 | 312 | 126 | 61 |
| Binary | 10010 | 10011001 | 11100111 | 1011100 | 100010 | 0 | 1001 | 11001010 | 1010110 | 110001 |
Color Harmonies of #1299E7
Complementary color
Monochromatic Colors of #1299E7
Black with #1299E7
Text Example
Text Example
White with #1299E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299E7; }
p { color: rgb(18,153,231); }
H1.HeaderClassName
{
color: #1299E7;
}
.AnyTagClassName
{
color: #1299E7;
}
</style>
background-color css
<style>
a { background-color: #1299E7; }
a { background-color: rgb(18,153,231); }
div.DivClassName
{
background-color: #1299E7;
}
.BgClassName
{
background-color: #1299E7;
}
</style>
border-color css
<style>
span { border-color: #1299E7; }
span { border-color: rgb(18,153,231); }
td.TdClassName
{
border-color: #1299E7;
}
.TagClassName
{
border-color: #1299E7;
}
</style>