Shades of Dodger Blue #1295EB
Tints of Dodger Blue #1295EB
RGB
CMYK
RGB Variations
Color information
#1295EB (or 0x1295EB) is known color: Dodger Blue. HEX triplet: 12, 95 and EB. RGB value is (18,149,235). Sum of RGB (Red+Green+Blue) = 18+149+235=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #1295EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1295EB is #ED6A14. Grayscale: #777777. Windows color (decimal): -15559189 or 15439122. OLE color: 15439122.
HSL color Cylindrical-coordinate representation of color #1295EB: hue angle of 203.78º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1295EB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 149 | 235 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.08 |
| HSL | 203.78º | 0.86% | 0.5% | - |
| HSV(B) | 203.78º | 0.92% | 0.92% | - |
| XYZ | 25.99 | 27.62 | 82.56 | - |
| YUV | 119.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 235 | 0.92 | 0.37 | 0 | 0.08 | 203.78 | 0.86 | 0.5 |
| Hex | 12 | 95 | EB | 5C | 25 | 0 | 8 | CC | 56 | 32 |
| Octal | 22 | 225 | 353 | 134 | 45 | 0 | 10 | 314 | 126 | 62 |
| Binary | 10010 | 10010101 | 11101011 | 1011100 | 100101 | 0 | 1000 | 11001100 | 1010110 | 110010 |
Color Harmonies of #1295EB
Complementary color
Monochromatic Colors of #1295EB
Black with #1295EB
Text Example
Text Example
White with #1295EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295EB; }
p { color: rgb(18,149,235); }
H1.HeaderClassName
{
color: #1295EB;
}
.AnyTagClassName
{
color: #1295EB;
}
</style>
background-color css
<style>
a { background-color: #1295EB; }
a { background-color: rgb(18,149,235); }
div.DivClassName
{
background-color: #1295EB;
}
.BgClassName
{
background-color: #1295EB;
}
</style>
border-color css
<style>
span { border-color: #1295EB; }
span { border-color: rgb(18,149,235); }
td.TdClassName
{
border-color: #1295EB;
}
.TagClassName
{
border-color: #1295EB;
}
</style>