Shades of Dodger Blue #1675FF
Tints of Dodger Blue #1675FF
RGB
CMYK
RGB Variations
Color information
#1675FF (or 0x1675FF) is known color: Dodger Blue. HEX triplet: 16, 75 and FF. RGB value is (22,117,255). Sum of RGB (Red+Green+Blue) = 22+117+255=394 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.58% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #1675FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1675FF is #E98A00. Grayscale: #676767. Windows color (decimal): -15305217 or 16741654. OLE color: 16741654.
HSL color Cylindrical-coordinate representation of color #1675FF: hue angle of 215.54º 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 #1675FF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 117 | 255 | - |
| CMYK | 0.91 | 0.54 | 0 | 0 |
| HSL | 215.54º | 1% | 0.54% | - |
| HSV(B) | 215.54º | 0.91% | 1% | - |
| XYZ | 24.74 | 20.11 | 97.19 | - |
| YUV | 104.33 | 213.03 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 255 | 0.91 | 0.54 | 0 | 0 | 215.54 | 1 | 0.54 |
| Hex | 16 | 75 | FF | 5B | 36 | 0 | 0 | D8 | 64 | 36 |
| Octal | 26 | 165 | 377 | 133 | 66 | 0 | 0 | 330 | 144 | 66 |
| Binary | 10110 | 1110101 | 11111111 | 1011011 | 110110 | 0 | 0 | 11011000 | 1100100 | 110110 |
Color Harmonies of #1675FF
Complementary color
Monochromatic Colors of #1675FF
Black with #1675FF
Text Example
Text Example
White with #1675FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1675FF; }
p { color: rgb(22,117,255); }
H1.HeaderClassName
{
color: #1675FF;
}
.AnyTagClassName
{
color: #1675FF;
}
</style>
background-color css
<style>
a { background-color: #1675FF; }
a { background-color: rgb(22,117,255); }
div.DivClassName
{
background-color: #1675FF;
}
.BgClassName
{
background-color: #1675FF;
}
</style>
border-color css
<style>
span { border-color: #1675FF; }
span { border-color: rgb(22,117,255); }
td.TdClassName
{
border-color: #1675FF;
}
.TagClassName
{
border-color: #1675FF;
}
</style>