Shades of Dodger Blue #1262FD
Tints of Dodger Blue #1262FD
RGB
CMYK
RGB Variations
Color information
#1262FD (or 0x1262FD) is known color: Dodger Blue. HEX triplet: 12, 62 and FD. RGB value is (18,98,253). Sum of RGB (Red+Green+Blue) = 18+98+253=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #1262FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1262FD is #ED9D02. Grayscale: #5B5B5B. Windows color (decimal): -15572227 or 16605714. OLE color: 16605714.
HSL color Cylindrical-coordinate representation of color #1262FD: hue angle of 219.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1262FD is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 98 | 253 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.01 |
| HSL | 219.57º | 0.98% | 0.53% | - |
| HSV(B) | 219.57º | 0.93% | 0.99% | - |
| XYZ | 22.35 | 15.96 | 94.83 | - |
| YUV | 91.75 | 219 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 253 | 0.93 | 0.61 | 0 | 0.01 | 219.57 | 0.98 | 0.53 |
| Hex | 12 | 62 | FD | 5D | 3D | 0 | 1 | DC | 62 | 35 |
| Octal | 22 | 142 | 375 | 135 | 75 | 0 | 1 | 334 | 142 | 65 |
| Binary | 10010 | 1100010 | 11111101 | 1011101 | 111101 | 0 | 1 | 11011100 | 1100010 | 110101 |
Color Harmonies of #1262FD
Complementary color
Monochromatic Colors of #1262FD
Black with #1262FD
Text Example
Text Example
White with #1262FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262FD; }
p { color: rgb(18,98,253); }
H1.HeaderClassName
{
color: #1262FD;
}
.AnyTagClassName
{
color: #1262FD;
}
</style>
background-color css
<style>
a { background-color: #1262FD; }
a { background-color: rgb(18,98,253); }
div.DivClassName
{
background-color: #1262FD;
}
.BgClassName
{
background-color: #1262FD;
}
</style>
border-color css
<style>
span { border-color: #1262FD; }
span { border-color: rgb(18,98,253); }
td.TdClassName
{
border-color: #1262FD;
}
.TagClassName
{
border-color: #1262FD;
}
</style>