Shades of Dodger Blue #1764FE
Tints of Dodger Blue #1764FE
RGB
CMYK
RGB Variations
Color information
#1764FE (or 0x1764FE) is known color: Dodger Blue. HEX triplet: 17, 64 and FE. RGB value is (23,100,254). Sum of RGB (Red+Green+Blue) = 23+100+254=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #1764FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1764FE is #E89B01. Grayscale: #5D5D5D. Windows color (decimal): -15244034 or 16671767. OLE color: 16671767.
HSL color Cylindrical-coordinate representation of color #1764FE: hue angle of 220º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1764FE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 100 | 254 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.00 |
| HSL | 220º | 0.99% | 0.54% | - |
| HSV(B) | 220º | 0.91% | 1% | - |
| XYZ | 22.8 | 16.45 | 95.74 | - |
| YUV | 94.53 | 217.99 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 254 | 0.91 | 0.61 | 0 | 0.00 | 220 | 0.99 | 0.54 |
| Hex | 17 | 64 | FE | 5B | 3D | 0 | 0 | DC | 63 | 36 |
| Octal | 27 | 144 | 376 | 133 | 75 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10111 | 1100100 | 11111110 | 1011011 | 111101 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1764FE
Complementary color
Monochromatic Colors of #1764FE
Black with #1764FE
Text Example
Text Example
White with #1764FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764FE; }
p { color: rgb(23,100,254); }
H1.HeaderClassName
{
color: #1764FE;
}
.AnyTagClassName
{
color: #1764FE;
}
</style>
background-color css
<style>
a { background-color: #1764FE; }
a { background-color: rgb(23,100,254); }
div.DivClassName
{
background-color: #1764FE;
}
.BgClassName
{
background-color: #1764FE;
}
</style>
border-color css
<style>
span { border-color: #1764FE; }
span { border-color: rgb(23,100,254); }
td.TdClassName
{
border-color: #1764FE;
}
.TagClassName
{
border-color: #1764FE;
}
</style>