Shades of Dodger Blue #1283EF
Tints of Dodger Blue #1283EF
RGB
CMYK
RGB Variations
Color information
#1283EF (or 0x1283EF) is known color: Dodger Blue. HEX triplet: 12, 83 and EF. RGB value is (18,131,239). Sum of RGB (Red+Green+Blue) = 18+131+239=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #1283EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1283EF is #ED7C10. Grayscale: #6C6C6C. Windows color (decimal): -15563793 or 15696658. OLE color: 15696658.
HSL color Cylindrical-coordinate representation of color #1283EF: hue angle of 209.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1283EF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 131 | 239 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.06 |
| HSL | 209.32º | 0.87% | 0.5% | - |
| HSV(B) | 209.32º | 0.92% | 0.94% | - |
| XYZ | 23.95 | 22.59 | 84.76 | - |
| YUV | 109.53 | 201.06 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 239 | 0.92 | 0.45 | 0 | 0.06 | 209.32 | 0.87 | 0.5 |
| Hex | 12 | 83 | EF | 5C | 2D | 0 | 6 | D1 | 57 | 32 |
| Octal | 22 | 203 | 357 | 134 | 55 | 0 | 6 | 321 | 127 | 62 |
| Binary | 10010 | 10000011 | 11101111 | 1011100 | 101101 | 0 | 110 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1283EF
Complementary color
Monochromatic Colors of #1283EF
Black with #1283EF
Text Example
Text Example
White with #1283EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283EF; }
p { color: rgb(18,131,239); }
H1.HeaderClassName
{
color: #1283EF;
}
.AnyTagClassName
{
color: #1283EF;
}
</style>
background-color css
<style>
a { background-color: #1283EF; }
a { background-color: rgb(18,131,239); }
div.DivClassName
{
background-color: #1283EF;
}
.BgClassName
{
background-color: #1283EF;
}
</style>
border-color css
<style>
span { border-color: #1283EF; }
span { border-color: rgb(18,131,239); }
td.TdClassName
{
border-color: #1283EF;
}
.TagClassName
{
border-color: #1283EF;
}
</style>