Shades of Dodger Blue #1772EF
Tints of Dodger Blue #1772EF
RGB
CMYK
RGB Variations
Color information
#1772EF (or 0x1772EF) is known color: Dodger Blue. HEX triplet: 17, 72 and EF. RGB value is (23,114,239). Sum of RGB (Red+Green+Blue) = 23+114+239=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #1772EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1772EF is #E88D10. Grayscale: #646464. Windows color (decimal): -15240465 or 15692311. OLE color: 15692311.
HSL color Cylindrical-coordinate representation of color #1772EF: hue angle of 214.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1772EF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 114 | 239 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.06 |
| HSL | 214.72º | 0.87% | 0.51% | - |
| HSV(B) | 214.72º | 0.9% | 0.94% | - |
| XYZ | 21.95 | 18.45 | 84.07 | - |
| YUV | 101.04 | 205.85 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 239 | 0.90 | 0.52 | 0 | 0.06 | 214.72 | 0.87 | 0.51 |
| Hex | 17 | 72 | EF | 5A | 34 | 0 | 6 | D7 | 57 | 33 |
| Octal | 27 | 162 | 357 | 132 | 64 | 0 | 6 | 327 | 127 | 63 |
| Binary | 10111 | 1110010 | 11101111 | 1011010 | 110100 | 0 | 110 | 11010111 | 1010111 | 110011 |
Color Harmonies of #1772EF
Complementary color
Monochromatic Colors of #1772EF
Black with #1772EF
Text Example
Text Example
White with #1772EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772EF; }
p { color: rgb(23,114,239); }
H1.HeaderClassName
{
color: #1772EF;
}
.AnyTagClassName
{
color: #1772EF;
}
</style>
background-color css
<style>
a { background-color: #1772EF; }
a { background-color: rgb(23,114,239); }
div.DivClassName
{
background-color: #1772EF;
}
.BgClassName
{
background-color: #1772EF;
}
</style>
border-color css
<style>
span { border-color: #1772EF; }
span { border-color: rgb(23,114,239); }
td.TdClassName
{
border-color: #1772EF;
}
.TagClassName
{
border-color: #1772EF;
}
</style>