Shades of Dodger Blue #1280EA
Tints of Dodger Blue #1280EA
RGB
CMYK
RGB Variations
Color information
#1280EA (or 0x1280EA) is known color: Dodger Blue. HEX triplet: 12, 80 and EA. RGB value is (18,128,234). Sum of RGB (Red+Green+Blue) = 18+128+234=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #1280EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1280EA is #ED7F15. Grayscale: #6A6A6A. Windows color (decimal): -15564566 or 15368210. OLE color: 15368210.
HSL color Cylindrical-coordinate representation of color #1280EA: hue angle of 209.44º 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 #1280EA is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 128 | 234 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.08 |
| HSL | 209.44º | 0.86% | 0.49% | - |
| HSV(B) | 209.44º | 0.92% | 0.92% | - |
| XYZ | 22.82 | 21.51 | 80.79 | - |
| YUV | 107.19 | 199.56 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 234 | 0.92 | 0.45 | 0 | 0.08 | 209.44 | 0.86 | 0.49 |
| Hex | 12 | 80 | EA | 5C | 2D | 0 | 8 | D1 | 56 | 31 |
| Octal | 22 | 200 | 352 | 134 | 55 | 0 | 10 | 321 | 126 | 61 |
| Binary | 10010 | 10000000 | 11101010 | 1011100 | 101101 | 0 | 1000 | 11010001 | 1010110 | 110001 |
Color Harmonies of #1280EA
Complementary color
Monochromatic Colors of #1280EA
Black with #1280EA
Text Example
Text Example
White with #1280EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1280EA; }
p { color: rgb(18,128,234); }
H1.HeaderClassName
{
color: #1280EA;
}
.AnyTagClassName
{
color: #1280EA;
}
</style>
background-color css
<style>
a { background-color: #1280EA; }
a { background-color: rgb(18,128,234); }
div.DivClassName
{
background-color: #1280EA;
}
.BgClassName
{
background-color: #1280EA;
}
</style>
border-color css
<style>
span { border-color: #1280EA; }
span { border-color: rgb(18,128,234); }
td.TdClassName
{
border-color: #1280EA;
}
.TagClassName
{
border-color: #1280EA;
}
</style>