Shades of Dodger Blue #1665FF
Tints of Dodger Blue #1665FF
RGB
CMYK
RGB Variations
Color information
#1665FF (or 0x1665FF) is known color: Dodger Blue. HEX triplet: 16, 65 and FF. RGB value is (22,101,255). Sum of RGB (Red+Green+Blue) = 22+101+255=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1665FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665FF is #E99A00. Grayscale: #5E5E5E. Windows color (decimal): -15309313 or 16737558. OLE color: 16737558.
HSL color Cylindrical-coordinate representation of color #1665FF: hue angle of 219.66º 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 #1665FF is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 101 | 255 | - |
| CMYK | 0.91 | 0.60 | 0 | 0 |
| HSL | 219.66º | 1% | 0.54% | - |
| HSV(B) | 219.66º | 0.91% | 1% | - |
| XYZ | 23.03 | 16.7 | 96.62 | - |
| YUV | 94.94 | 218.33 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 255 | 0.91 | 0.60 | 0 | 0 | 219.66 | 1 | 0.54 |
| Hex | 16 | 65 | FF | 5B | 3C | 0 | 0 | DC | 64 | 36 |
| Octal | 26 | 145 | 377 | 133 | 74 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10110 | 1100101 | 11111111 | 1011011 | 111100 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1665FF
Complementary color
Monochromatic Colors of #1665FF
Black with #1665FF
Text Example
Text Example
White with #1665FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665FF; }
p { color: rgb(22,101,255); }
H1.HeaderClassName
{
color: #1665FF;
}
.AnyTagClassName
{
color: #1665FF;
}
</style>
background-color css
<style>
a { background-color: #1665FF; }
a { background-color: rgb(22,101,255); }
div.DivClassName
{
background-color: #1665FF;
}
.BgClassName
{
background-color: #1665FF;
}
</style>
border-color css
<style>
span { border-color: #1665FF; }
span { border-color: rgb(22,101,255); }
td.TdClassName
{
border-color: #1665FF;
}
.TagClassName
{
border-color: #1665FF;
}
</style>