Shades of Dodger Blue #1283EB
Tints of Dodger Blue #1283EB
RGB
CMYK
RGB Variations
Color information
#1283EB (or 0x1283EB) is known color: Dodger Blue. HEX triplet: 12, 83 and EB. RGB value is (18,131,235). Sum of RGB (Red+Green+Blue) = 18+131+235=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #1283EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1283EB is #ED7C14. Grayscale: #6C6C6C. Windows color (decimal): -15563797 or 15434514. OLE color: 15434514.
HSL color Cylindrical-coordinate representation of color #1283EB: hue angle of 208.76º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1283EB is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 131 | 235 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.08 |
| HSL | 208.76º | 0.86% | 0.5% | - |
| HSV(B) | 208.76º | 0.92% | 0.92% | - |
| XYZ | 23.36 | 22.36 | 81.68 | - |
| YUV | 109.07 | 199.06 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 235 | 0.92 | 0.44 | 0 | 0.08 | 208.76 | 0.86 | 0.5 |
| Hex | 12 | 83 | EB | 5C | 2C | 0 | 8 | D1 | 56 | 32 |
| Octal | 22 | 203 | 353 | 134 | 54 | 0 | 10 | 321 | 126 | 62 |
| Binary | 10010 | 10000011 | 11101011 | 1011100 | 101100 | 0 | 1000 | 11010001 | 1010110 | 110010 |
Color Harmonies of #1283EB
Complementary color
Monochromatic Colors of #1283EB
Black with #1283EB
Text Example
Text Example
White with #1283EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283EB; }
p { color: rgb(18,131,235); }
H1.HeaderClassName
{
color: #1283EB;
}
.AnyTagClassName
{
color: #1283EB;
}
</style>
background-color css
<style>
a { background-color: #1283EB; }
a { background-color: rgb(18,131,235); }
div.DivClassName
{
background-color: #1283EB;
}
.BgClassName
{
background-color: #1283EB;
}
</style>
border-color css
<style>
span { border-color: #1283EB; }
span { border-color: rgb(18,131,235); }
td.TdClassName
{
border-color: #1283EB;
}
.TagClassName
{
border-color: #1283EB;
}
</style>