Shades of Dodger Blue #1262FE
Tints of Dodger Blue #1262FE
RGB
CMYK
RGB Variations
Color information
#1262FE (or 0x1262FE) is known color: Dodger Blue. HEX triplet: 12, 62 and FE. RGB value is (18,98,254). Sum of RGB (Red+Green+Blue) = 18+98+254=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #1262FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1262FE is #ED9D01. Grayscale: #5B5B5B. Windows color (decimal): -15572226 or 16671250. OLE color: 16671250.
HSL color Cylindrical-coordinate representation of color #1262FE: hue angle of 219.66º 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 #1262FE is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 98 | 254 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.00 |
| HSL | 219.66º | 0.99% | 0.53% | - |
| HSV(B) | 219.66º | 0.93% | 1% | - |
| XYZ | 22.51 | 16.02 | 95.67 | - |
| YUV | 91.86 | 219.5 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 254 | 0.93 | 0.61 | 0 | 0.00 | 219.66 | 0.99 | 0.53 |
| Hex | 12 | 62 | FE | 5D | 3D | 0 | 0 | DC | 63 | 35 |
| Octal | 22 | 142 | 376 | 135 | 75 | 0 | 0 | 334 | 143 | 65 |
| Binary | 10010 | 1100010 | 11111110 | 1011101 | 111101 | 0 | 0 | 11011100 | 1100011 | 110101 |
Color Harmonies of #1262FE
Complementary color
Monochromatic Colors of #1262FE
Black with #1262FE
Text Example
Text Example
White with #1262FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262FE; }
p { color: rgb(18,98,254); }
H1.HeaderClassName
{
color: #1262FE;
}
.AnyTagClassName
{
color: #1262FE;
}
</style>
background-color css
<style>
a { background-color: #1262FE; }
a { background-color: rgb(18,98,254); }
div.DivClassName
{
background-color: #1262FE;
}
.BgClassName
{
background-color: #1262FE;
}
</style>
border-color css
<style>
span { border-color: #1262FE; }
span { border-color: rgb(18,98,254); }
td.TdClassName
{
border-color: #1262FE;
}
.TagClassName
{
border-color: #1262FE;
}
</style>