Shades of Dodger Blue #1295EA
Tints of Dodger Blue #1295EA
RGB
CMYK
RGB Variations
Color information
#1295EA (or 0x1295EA) is known color: Dodger Blue. HEX triplet: 12, 95 and EA. RGB value is (18,149,234). Sum of RGB (Red+Green+Blue) = 18+149+234=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #1295EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1295EA is #ED6A15. Grayscale: #777777. Windows color (decimal): -15559190 or 15373586. OLE color: 15373586.
HSL color Cylindrical-coordinate representation of color #1295EA: hue angle of 203.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1295EA is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 149 | 234 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.08 |
| HSL | 203.61º | 0.86% | 0.49% | - |
| HSV(B) | 203.61º | 0.92% | 0.92% | - |
| XYZ | 25.85 | 27.56 | 81.8 | - |
| YUV | 119.52 | 192.6 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 234 | 0.92 | 0.36 | 0 | 0.08 | 203.61 | 0.86 | 0.49 |
| Hex | 12 | 95 | EA | 5C | 24 | 0 | 8 | CC | 56 | 31 |
| Octal | 22 | 225 | 352 | 134 | 44 | 0 | 10 | 314 | 126 | 61 |
| Binary | 10010 | 10010101 | 11101010 | 1011100 | 100100 | 0 | 1000 | 11001100 | 1010110 | 110001 |
Color Harmonies of #1295EA
Complementary color
Monochromatic Colors of #1295EA
Black with #1295EA
Text Example
Text Example
White with #1295EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295EA; }
p { color: rgb(18,149,234); }
H1.HeaderClassName
{
color: #1295EA;
}
.AnyTagClassName
{
color: #1295EA;
}
</style>
background-color css
<style>
a { background-color: #1295EA; }
a { background-color: rgb(18,149,234); }
div.DivClassName
{
background-color: #1295EA;
}
.BgClassName
{
background-color: #1295EA;
}
</style>
border-color css
<style>
span { border-color: #1295EA; }
span { border-color: rgb(18,149,234); }
td.TdClassName
{
border-color: #1295EA;
}
.TagClassName
{
border-color: #1295EA;
}
</style>