Shades of Dodger Blue #1195FE
Tints of Dodger Blue #1195FE
RGB
CMYK
RGB Variations
Color information
#1195FE (or 0x1195FE) is known color: Dodger Blue. HEX triplet: 11, 95 and FE. RGB value is (17,149,254). Sum of RGB (Red+Green+Blue) = 17+149+254=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #1195FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1195FE is #EE6A01. Grayscale: #787878. Windows color (decimal): -15624706 or 16684305. OLE color: 16684305.
HSL color Cylindrical-coordinate representation of color #1195FE: hue angle of 206.58º 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 #1195FE is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 149 | 254 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.00 |
| HSL | 206.58º | 0.99% | 0.53% | - |
| HSV(B) | 206.58º | 0.93% | 1% | - |
| XYZ | 28.87 | 28.77 | 97.8 | - |
| YUV | 121.5 | 202.77 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 254 | 0.93 | 0.41 | 0 | 0.00 | 206.58 | 0.99 | 0.53 |
| Hex | 11 | 95 | FE | 5D | 29 | 0 | 0 | CF | 63 | 35 |
| Octal | 21 | 225 | 376 | 135 | 51 | 0 | 0 | 317 | 143 | 65 |
| Binary | 10001 | 10010101 | 11111110 | 1011101 | 101001 | 0 | 0 | 11001111 | 1100011 | 110101 |
Color Harmonies of #1195FE
Complementary color
Monochromatic Colors of #1195FE
Black with #1195FE
Text Example
Text Example
White with #1195FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1195FE; }
p { color: rgb(17,149,254); }
H1.HeaderClassName
{
color: #1195FE;
}
.AnyTagClassName
{
color: #1195FE;
}
</style>
background-color css
<style>
a { background-color: #1195FE; }
a { background-color: rgb(17,149,254); }
div.DivClassName
{
background-color: #1195FE;
}
.BgClassName
{
background-color: #1195FE;
}
</style>
border-color css
<style>
span { border-color: #1195FE; }
span { border-color: rgb(17,149,254); }
td.TdClassName
{
border-color: #1195FE;
}
.TagClassName
{
border-color: #1195FE;
}
</style>