Shades of Dodger Blue #165EFF
Tints of Dodger Blue #165EFF
RGB
CMYK
RGB Variations
Color information
#165EFF (or 0x165EFF) is known color: Dodger Blue. HEX triplet: 16, 5E and FF. RGB value is (22,94,255). Sum of RGB (Red+Green+Blue) = 22+94+255=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #165EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EFF is #E9A100. Grayscale: #5A5A5A. Windows color (decimal): -15311105 or 16735766. OLE color: 16735766.
HSL color Cylindrical-coordinate representation of color #165EFF: hue angle of 221.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165EFF is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 94 | 255 | - |
| CMYK | 0.91 | 0.63 | 0 | 0 |
| HSL | 221.46º | 1% | 0.54% | - |
| HSV(B) | 221.46º | 0.91% | 1% | - |
| XYZ | 22.38 | 15.4 | 96.4 | - |
| YUV | 90.83 | 220.65 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 255 | 0.91 | 0.63 | 0 | 0 | 221.46 | 1 | 0.54 |
| Hex | 16 | 5E | FF | 5B | 3F | 0 | 0 | DD | 64 | 36 |
| Octal | 26 | 136 | 377 | 133 | 77 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10110 | 1011110 | 11111111 | 1011011 | 111111 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #165EFF
Complementary color
Monochromatic Colors of #165EFF
Black with #165EFF
Text Example
Text Example
White with #165EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EFF; }
p { color: rgb(22,94,255); }
H1.HeaderClassName
{
color: #165EFF;
}
.AnyTagClassName
{
color: #165EFF;
}
</style>
background-color css
<style>
a { background-color: #165EFF; }
a { background-color: rgb(22,94,255); }
div.DivClassName
{
background-color: #165EFF;
}
.BgClassName
{
background-color: #165EFF;
}
</style>
border-color css
<style>
span { border-color: #165EFF; }
span { border-color: rgb(22,94,255); }
td.TdClassName
{
border-color: #165EFF;
}
.TagClassName
{
border-color: #165EFF;
}
</style>