Shades of Dodger Blue #165FFF
Tints of Dodger Blue #165FFF
RGB
CMYK
RGB Variations
Color information
#165FFF (or 0x165FFF) is known color: Dodger Blue. HEX triplet: 16, 5F and FF. RGB value is (22,95,255). Sum of RGB (Red+Green+Blue) = 22+95+255=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 95 (37.5% from 255 or 25.54% 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 #165FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FFF is #E9A000. Grayscale: #5A5A5A. Windows color (decimal): -15310849 or 16736022. OLE color: 16736022.
HSL color Cylindrical-coordinate representation of color #165FFF: hue angle of 221.2º 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 #165FFF is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 95 | 255 | - |
| CMYK | 0.91 | 0.63 | 0 | 0 |
| HSL | 221.2º | 1% | 0.54% | - |
| HSV(B) | 221.2º | 0.91% | 1% | - |
| XYZ | 22.47 | 15.57 | 96.43 | - |
| YUV | 91.41 | 220.32 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 255 | 0.91 | 0.63 | 0 | 0 | 221.2 | 1 | 0.54 |
| Hex | 16 | 5F | FF | 5B | 3F | 0 | 0 | DD | 64 | 36 |
| Octal | 26 | 137 | 377 | 133 | 77 | 0 | 0 | 335 | 144 | 66 |
| Binary | 10110 | 1011111 | 11111111 | 1011011 | 111111 | 0 | 0 | 11011101 | 1100100 | 110110 |
Color Harmonies of #165FFF
Complementary color
Monochromatic Colors of #165FFF
Black with #165FFF
Text Example
Text Example
White with #165FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FFF; }
p { color: rgb(22,95,255); }
H1.HeaderClassName
{
color: #165FFF;
}
.AnyTagClassName
{
color: #165FFF;
}
</style>
background-color css
<style>
a { background-color: #165FFF; }
a { background-color: rgb(22,95,255); }
div.DivClassName
{
background-color: #165FFF;
}
.BgClassName
{
background-color: #165FFF;
}
</style>
border-color css
<style>
span { border-color: #165FFF; }
span { border-color: rgb(22,95,255); }
td.TdClassName
{
border-color: #165FFF;
}
.TagClassName
{
border-color: #165FFF;
}
</style>