Shades of Dodger Blue #1665FE
Tints of Dodger Blue #1665FE
RGB
CMYK
RGB Variations
Color information
#1665FE (or 0x1665FE) is known color: Dodger Blue. HEX triplet: 16, 65 and FE. RGB value is (22,101,254). Sum of RGB (Red+Green+Blue) = 22+101+254=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 101 (39.84% from 255 or 26.79% 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 #1665FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665FE is #E99A01. Grayscale: #5E5E5E. Windows color (decimal): -15309314 or 16672022. OLE color: 16672022.
HSL color Cylindrical-coordinate representation of color #1665FE: hue angle of 219.57º 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 #1665FE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 101 | 254 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.00 |
| HSL | 219.57º | 0.99% | 0.54% | - |
| HSV(B) | 219.57º | 0.91% | 1% | - |
| XYZ | 22.87 | 16.63 | 95.77 | - |
| YUV | 94.82 | 217.83 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 254 | 0.91 | 0.60 | 0 | 0.00 | 219.57 | 0.99 | 0.54 |
| Hex | 16 | 65 | FE | 5B | 3C | 0 | 0 | DC | 63 | 36 |
| Octal | 26 | 145 | 376 | 133 | 74 | 0 | 0 | 334 | 143 | 66 |
| Binary | 10110 | 1100101 | 11111110 | 1011011 | 111100 | 0 | 0 | 11011100 | 1100011 | 110110 |
Color Harmonies of #1665FE
Complementary color
Monochromatic Colors of #1665FE
Black with #1665FE
Text Example
Text Example
White with #1665FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665FE; }
p { color: rgb(22,101,254); }
H1.HeaderClassName
{
color: #1665FE;
}
.AnyTagClassName
{
color: #1665FE;
}
</style>
background-color css
<style>
a { background-color: #1665FE; }
a { background-color: rgb(22,101,254); }
div.DivClassName
{
background-color: #1665FE;
}
.BgClassName
{
background-color: #1665FE;
}
</style>
border-color css
<style>
span { border-color: #1665FE; }
span { border-color: rgb(22,101,254); }
td.TdClassName
{
border-color: #1665FE;
}
.TagClassName
{
border-color: #1665FE;
}
</style>