Shades of Dodger Blue #1362FF
Tints of Dodger Blue #1362FF
RGB
CMYK
RGB Variations
Color information
#1362FF (or 0x1362FF) is known color: Dodger Blue. HEX triplet: 13, 62 and FF. RGB value is (19,98,255). Sum of RGB (Red+Green+Blue) = 19+98+255=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1362FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1362FF is #EC9D00. Grayscale: #5B5B5B. Windows color (decimal): -15506689 or 16736787. OLE color: 16736787.
HSL color Cylindrical-coordinate representation of color #1362FF: hue angle of 219.92º 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 #1362FF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 98 | 255 | - |
| CMYK | 0.93 | 0.62 | 0 | 0 |
| HSL | 219.92º | 1% | 0.54% | - |
| HSV(B) | 219.92º | 0.93% | 1% | - |
| XYZ | 22.69 | 16.09 | 96.52 | - |
| YUV | 92.28 | 219.83 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 255 | 0.93 | 0.62 | 0 | 0 | 219.92 | 1 | 0.54 |
| Hex | 13 | 62 | FF | 5D | 3E | 0 | 0 | DC | 64 | 36 |
| Octal | 23 | 142 | 377 | 135 | 76 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10011 | 1100010 | 11111111 | 1011101 | 111110 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1362FF
Complementary color
Monochromatic Colors of #1362FF
Black with #1362FF
Text Example
Text Example
White with #1362FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362FF; }
p { color: rgb(19,98,255); }
H1.HeaderClassName
{
color: #1362FF;
}
.AnyTagClassName
{
color: #1362FF;
}
</style>
background-color css
<style>
a { background-color: #1362FF; }
a { background-color: rgb(19,98,255); }
div.DivClassName
{
background-color: #1362FF;
}
.BgClassName
{
background-color: #1362FF;
}
</style>
border-color css
<style>
span { border-color: #1362FF; }
span { border-color: rgb(19,98,255); }
td.TdClassName
{
border-color: #1362FF;
}
.TagClassName
{
border-color: #1362FF;
}
</style>