Shades of Dodger Blue #1281E6
Tints of Dodger Blue #1281E6
RGB
CMYK
RGB Variations
Color information
#1281E6 (or 0x1281E6) is known color: Dodger Blue. HEX triplet: 12, 81 and E6. RGB value is (18,129,230). Sum of RGB (Red+Green+Blue) = 18+129+230=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #1281E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1281E6 is #ED7E19. Grayscale: #6A6A6A. Windows color (decimal): -15564314 or 15106322. OLE color: 15106322.
HSL color Cylindrical-coordinate representation of color #1281E6: hue angle of 208.58º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1281E6 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 129 | 230 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.10 |
| HSL | 208.58º | 0.85% | 0.49% | - |
| HSV(B) | 208.58º | 0.92% | 0.9% | - |
| XYZ | 22.38 | 21.54 | 77.84 | - |
| YUV | 107.33 | 197.23 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 230 | 0.92 | 0.44 | 0 | 0.10 | 208.58 | 0.85 | 0.49 |
| Hex | 12 | 81 | E6 | 5C | 2C | 0 | A | D1 | 55 | 31 |
| Octal | 22 | 201 | 346 | 134 | 54 | 0 | 12 | 321 | 125 | 61 |
| Binary | 10010 | 10000001 | 11100110 | 1011100 | 101100 | 0 | 1010 | 11010001 | 1010101 | 110001 |
Color Harmonies of #1281E6
Complementary color
Monochromatic Colors of #1281E6
Black with #1281E6
Text Example
Text Example
White with #1281E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1281E6; }
p { color: rgb(18,129,230); }
H1.HeaderClassName
{
color: #1281E6;
}
.AnyTagClassName
{
color: #1281E6;
}
</style>
background-color css
<style>
a { background-color: #1281E6; }
a { background-color: rgb(18,129,230); }
div.DivClassName
{
background-color: #1281E6;
}
.BgClassName
{
background-color: #1281E6;
}
</style>
border-color css
<style>
span { border-color: #1281E6; }
span { border-color: rgb(18,129,230); }
td.TdClassName
{
border-color: #1281E6;
}
.TagClassName
{
border-color: #1281E6;
}
</style>