Shades of Dodger Blue #1275EA
Tints of Dodger Blue #1275EA
RGB
CMYK
RGB Variations
Color information
#1275EA (or 0x1275EA) is known color: Dodger Blue. HEX triplet: 12, 75 and EA. RGB value is (18,117,234). Sum of RGB (Red+Green+Blue) = 18+117+234=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #1275EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1275EA is #ED8A15. Grayscale: #646464. Windows color (decimal): -15567382 or 15365394. OLE color: 15365394.
HSL color Cylindrical-coordinate representation of color #1275EA: hue angle of 212.5º 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 #1275EA is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 117 | 234 | - |
| CMYK | 0.92 | 0.5 | 0 | 0.08 |
| HSL | 212.5º | 0.86% | 0.49% | - |
| HSV(B) | 212.5º | 0.92% | 0.92% | - |
| XYZ | 21.46 | 18.79 | 80.34 | - |
| YUV | 100.74 | 203.2 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 234 | 0.92 | 0.5 | 0 | 0.08 | 212.5 | 0.86 | 0.49 |
| Hex | 12 | 75 | EA | 5C | 32 | 0 | 8 | D4 | 56 | 31 |
| Octal | 22 | 165 | 352 | 134 | 62 | 0 | 10 | 324 | 126 | 61 |
| Binary | 10010 | 1110101 | 11101010 | 1011100 | 110010 | 0 | 1000 | 11010100 | 1010110 | 110001 |
Color Harmonies of #1275EA
Complementary color
Monochromatic Colors of #1275EA
Black with #1275EA
Text Example
Text Example
White with #1275EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275EA; }
p { color: rgb(18,117,234); }
H1.HeaderClassName
{
color: #1275EA;
}
.AnyTagClassName
{
color: #1275EA;
}
</style>
background-color css
<style>
a { background-color: #1275EA; }
a { background-color: rgb(18,117,234); }
div.DivClassName
{
background-color: #1275EA;
}
.BgClassName
{
background-color: #1275EA;
}
</style>
border-color css
<style>
span { border-color: #1275EA; }
span { border-color: rgb(18,117,234); }
td.TdClassName
{
border-color: #1275EA;
}
.TagClassName
{
border-color: #1275EA;
}
</style>