Shades of Dodger Blue #1772FF
Tints of Dodger Blue #1772FF
RGB
CMYK
RGB Variations
Color information
#1772FF (or 0x1772FF) is known color: Dodger Blue. HEX triplet: 17, 72 and FF. RGB value is (23,114,255). Sum of RGB (Red+Green+Blue) = 23+114+255=392 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.87% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #1772FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1772FF is #E88D00. Grayscale: #666666. Windows color (decimal): -15240449 or 16740887. OLE color: 16740887.
HSL color Cylindrical-coordinate representation of color #1772FF: hue angle of 216.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1772FF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 114 | 255 | - |
| CMYK | 0.91 | 0.55 | 0 | 0 |
| HSL | 216.47º | 1% | 0.55% | - |
| HSV(B) | 216.47º | 0.91% | 1% | - |
| XYZ | 24.42 | 19.44 | 97.07 | - |
| YUV | 102.87 | 213.85 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 255 | 0.91 | 0.55 | 0 | 0 | 216.47 | 1 | 0.55 |
| Hex | 17 | 72 | FF | 5B | 37 | 0 | 0 | D8 | 64 | 37 |
| Octal | 27 | 162 | 377 | 133 | 67 | 0 | 0 | 330 | 144 | 67 |
| Binary | 10111 | 1110010 | 11111111 | 1011011 | 110111 | 0 | 0 | 11011000 | 1100100 | 110111 |
Color Harmonies of #1772FF
Complementary color
Monochromatic Colors of #1772FF
Black with #1772FF
Text Example
Text Example
White with #1772FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772FF; }
p { color: rgb(23,114,255); }
H1.HeaderClassName
{
color: #1772FF;
}
.AnyTagClassName
{
color: #1772FF;
}
</style>
background-color css
<style>
a { background-color: #1772FF; }
a { background-color: rgb(23,114,255); }
div.DivClassName
{
background-color: #1772FF;
}
.BgClassName
{
background-color: #1772FF;
}
</style>
border-color css
<style>
span { border-color: #1772FF; }
span { border-color: rgb(23,114,255); }
td.TdClassName
{
border-color: #1772FF;
}
.TagClassName
{
border-color: #1772FF;
}
</style>