Shades of Dodger Blue #1762FF
Tints of Dodger Blue #1762FF
RGB
CMYK
RGB Variations
Color information
#1762FF (or 0x1762FF) is known color: Dodger Blue. HEX triplet: 17, 62 and FF. RGB value is (23,98,255). Sum of RGB (Red+Green+Blue) = 23+98+255=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1762FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1762FF is #E89D00. Grayscale: #5C5C5C. Windows color (decimal): -15244545 or 16736791. OLE color: 16736791.
HSL color Cylindrical-coordinate representation of color #1762FF: hue angle of 220.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1762FF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 98 | 255 | - |
| CMYK | 0.91 | 0.62 | 0 | 0 |
| HSL | 220.6º | 1% | 0.55% | - |
| HSV(B) | 220.6º | 0.91% | 1% | - |
| XYZ | 22.77 | 16.14 | 96.52 | - |
| YUV | 93.47 | 219.15 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 255 | 0.91 | 0.62 | 0 | 0 | 220.6 | 1 | 0.55 |
| Hex | 17 | 62 | FF | 5B | 3E | 0 | 0 | DD | 64 | 37 |
| Octal | 27 | 142 | 377 | 133 | 76 | 0 | 0 | 335 | 144 | 67 |
| Binary | 10111 | 1100010 | 11111111 | 1011011 | 111110 | 0 | 0 | 11011101 | 1100100 | 110111 |
Color Harmonies of #1762FF
Complementary color
Monochromatic Colors of #1762FF
Black with #1762FF
Text Example
Text Example
White with #1762FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1762FF; }
p { color: rgb(23,98,255); }
H1.HeaderClassName
{
color: #1762FF;
}
.AnyTagClassName
{
color: #1762FF;
}
</style>
background-color css
<style>
a { background-color: #1762FF; }
a { background-color: rgb(23,98,255); }
div.DivClassName
{
background-color: #1762FF;
}
.BgClassName
{
background-color: #1762FF;
}
</style>
border-color css
<style>
span { border-color: #1762FF; }
span { border-color: rgb(23,98,255); }
td.TdClassName
{
border-color: #1762FF;
}
.TagClassName
{
border-color: #1762FF;
}
</style>