Shades of Dodger Blue #1283FE
Tints of Dodger Blue #1283FE
RGB
CMYK
RGB Variations
Color information
#1283FE (or 0x1283FE) is known color: Dodger Blue. HEX triplet: 12, 83 and FE. RGB value is (18,131,254). Sum of RGB (Red+Green+Blue) = 18+131+254=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #1283FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1283FE is #ED7C01. Grayscale: #6E6E6E. Windows color (decimal): -15563778 or 16679698. OLE color: 16679698.
HSL color Cylindrical-coordinate representation of color #1283FE: hue angle of 211.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1283FE is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 131 | 254 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.00 |
| HSL | 211.27º | 0.99% | 0.53% | - |
| HSV(B) | 211.27º | 0.93% | 1% | - |
| XYZ | 26.26 | 23.52 | 96.92 | - |
| YUV | 111.24 | 208.56 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 254 | 0.93 | 0.48 | 0 | 0.00 | 211.27 | 0.99 | 0.53 |
| Hex | 12 | 83 | FE | 5D | 30 | 0 | 0 | D3 | 63 | 35 |
| Octal | 22 | 203 | 376 | 135 | 60 | 0 | 0 | 323 | 143 | 65 |
| Binary | 10010 | 10000011 | 11111110 | 1011101 | 110000 | 0 | 0 | 11010011 | 1100011 | 110101 |
Color Harmonies of #1283FE
Complementary color
Monochromatic Colors of #1283FE
Black with #1283FE
Text Example
Text Example
White with #1283FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283FE; }
p { color: rgb(18,131,254); }
H1.HeaderClassName
{
color: #1283FE;
}
.AnyTagClassName
{
color: #1283FE;
}
</style>
background-color css
<style>
a { background-color: #1283FE; }
a { background-color: rgb(18,131,254); }
div.DivClassName
{
background-color: #1283FE;
}
.BgClassName
{
background-color: #1283FE;
}
</style>
border-color css
<style>
span { border-color: #1283FE; }
span { border-color: rgb(18,131,254); }
td.TdClassName
{
border-color: #1283FE;
}
.TagClassName
{
border-color: #1283FE;
}
</style>