Shades of Dodger Blue #1262FF
Tints of Dodger Blue #1262FF
RGB
CMYK
RGB Variations
Color information
#1262FF (or 0x1262FF) is known color: Dodger Blue. HEX triplet: 12, 62 and FF. RGB value is (18,98,255). Sum of RGB (Red+Green+Blue) = 18+98+255=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #1262FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1262FF is #ED9D00. Grayscale: #5B5B5B. Windows color (decimal): -15572225 or 16736786. OLE color: 16736786.
HSL color Cylindrical-coordinate representation of color #1262FF: hue angle of 219.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1262FF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 98 | 255 | - |
| CMYK | 0.93 | 0.62 | 0 | 0 |
| HSL | 219.75º | 1% | 0.54% | - |
| HSV(B) | 219.75º | 0.93% | 1% | - |
| XYZ | 22.67 | 16.08 | 96.52 | - |
| YUV | 91.98 | 220 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 255 | 0.93 | 0.62 | 0 | 0 | 219.75 | 1 | 0.54 |
| Hex | 12 | 62 | FF | 5D | 3E | 0 | 0 | DC | 64 | 36 |
| Octal | 22 | 142 | 377 | 135 | 76 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10010 | 1100010 | 11111111 | 1011101 | 111110 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1262FF
Complementary color
Monochromatic Colors of #1262FF
Black with #1262FF
Text Example
Text Example
White with #1262FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262FF; }
p { color: rgb(18,98,255); }
H1.HeaderClassName
{
color: #1262FF;
}
.AnyTagClassName
{
color: #1262FF;
}
</style>
background-color css
<style>
a { background-color: #1262FF; }
a { background-color: rgb(18,98,255); }
div.DivClassName
{
background-color: #1262FF;
}
.BgClassName
{
background-color: #1262FF;
}
</style>
border-color css
<style>
span { border-color: #1262FF; }
span { border-color: rgb(18,98,255); }
td.TdClassName
{
border-color: #1262FF;
}
.TagClassName
{
border-color: #1262FF;
}
</style>