Shades of Dodger Blue #1462FF
Tints of Dodger Blue #1462FF
RGB
CMYK
RGB Variations
Color information
#1462FF (or 0x1462FF) is known color: Dodger Blue. HEX triplet: 14, 62 and FF. RGB value is (20,98,255). Sum of RGB (Red+Green+Blue) = 20+98+255=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1462FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1462FF is #EB9D00. Grayscale: #5B5B5B. Windows color (decimal): -15441153 or 16736788. OLE color: 16736788.
HSL color Cylindrical-coordinate representation of color #1462FF: hue angle of 220.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1462FF is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 98 | 255 | - |
| CMYK | 0.92 | 0.62 | 0 | 0 |
| HSL | 220.09º | 1% | 0.54% | - |
| HSV(B) | 220.09º | 0.92% | 1% | - |
| XYZ | 22.71 | 16.1 | 96.52 | - |
| YUV | 92.58 | 219.66 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 255 | 0.92 | 0.62 | 0 | 0 | 220.09 | 1 | 0.54 |
| Hex | 14 | 62 | FF | 5C | 3E | 0 | 0 | DC | 64 | 36 |
| Octal | 24 | 142 | 377 | 134 | 76 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10100 | 1100010 | 11111111 | 1011100 | 111110 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1462FF
Complementary color
Monochromatic Colors of #1462FF
Black with #1462FF
Text Example
Text Example
White with #1462FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462FF; }
p { color: rgb(20,98,255); }
H1.HeaderClassName
{
color: #1462FF;
}
.AnyTagClassName
{
color: #1462FF;
}
</style>
background-color css
<style>
a { background-color: #1462FF; }
a { background-color: rgb(20,98,255); }
div.DivClassName
{
background-color: #1462FF;
}
.BgClassName
{
background-color: #1462FF;
}
</style>
border-color css
<style>
span { border-color: #1462FF; }
span { border-color: rgb(20,98,255); }
td.TdClassName
{
border-color: #1462FF;
}
.TagClassName
{
border-color: #1462FF;
}
</style>