Shades of Dodger Blue #1280E9
Tints of Dodger Blue #1280E9
RGB
CMYK
RGB Variations
Color information
#1280E9 (or 0x1280E9) is known color: Dodger Blue. HEX triplet: 12, 80 and E9. RGB value is (18,128,233). Sum of RGB (Red+Green+Blue) = 18+128+233=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 233 (91.41% from 255 or 61.48% from 379); Max value from RGB is 233 - color contains mainly: blue. Hex color #1280E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1280E9 is #ED7F16. Grayscale: #6A6A6A. Windows color (decimal): -15564567 or 15302674. OLE color: 15302674.
HSL color Cylindrical-coordinate representation of color #1280E9: hue angle of 209.3º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1280E9 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 128 | 233 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.09 |
| HSL | 209.3º | 0.86% | 0.49% | - |
| HSV(B) | 209.3º | 0.92% | 0.91% | - |
| XYZ | 22.68 | 21.45 | 80.04 | - |
| YUV | 107.08 | 199.06 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 233 | 0.92 | 0.45 | 0 | 0.09 | 209.3 | 0.86 | 0.49 |
| Hex | 12 | 80 | E9 | 5C | 2D | 0 | 9 | D1 | 56 | 31 |
| Octal | 22 | 200 | 351 | 134 | 55 | 0 | 11 | 321 | 126 | 61 |
| Binary | 10010 | 10000000 | 11101001 | 1011100 | 101101 | 0 | 1001 | 11010001 | 1010110 | 110001 |
Color Harmonies of #1280E9
Complementary color
Monochromatic Colors of #1280E9
Black with #1280E9
Text Example
Text Example
White with #1280E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1280E9; }
p { color: rgb(18,128,233); }
H1.HeaderClassName
{
color: #1280E9;
}
.AnyTagClassName
{
color: #1280E9;
}
</style>
background-color css
<style>
a { background-color: #1280E9; }
a { background-color: rgb(18,128,233); }
div.DivClassName
{
background-color: #1280E9;
}
.BgClassName
{
background-color: #1280E9;
}
</style>
border-color css
<style>
span { border-color: #1280E9; }
span { border-color: rgb(18,128,233); }
td.TdClassName
{
border-color: #1280E9;
}
.TagClassName
{
border-color: #1280E9;
}
</style>