Shades of Dodger Blue #1772FA
Tints of Dodger Blue #1772FA
RGB
CMYK
RGB Variations
Color information
#1772FA (or 0x1772FA) is known color: Dodger Blue. HEX triplet: 17, 72 and FA. RGB value is (23,114,250). Sum of RGB (Red+Green+Blue) = 23+114+250=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #1772FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1772FA is #E88D05. Grayscale: #656565. Windows color (decimal): -15240454 or 16413207. OLE color: 16413207.
HSL color Cylindrical-coordinate representation of color #1772FA: hue angle of 215.95º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1772FA is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 114 | 250 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.02 |
| HSL | 215.95º | 0.96% | 0.54% | - |
| HSV(B) | 215.95º | 0.91% | 0.98% | - |
| XYZ | 23.63 | 19.12 | 92.89 | - |
| YUV | 102.3 | 211.35 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 250 | 0.91 | 0.54 | 0 | 0.02 | 215.95 | 0.96 | 0.54 |
| Hex | 17 | 72 | FA | 5B | 36 | 0 | 2 | D8 | 60 | 36 |
| Octal | 27 | 162 | 372 | 133 | 66 | 0 | 2 | 330 | 140 | 66 |
| Binary | 10111 | 1110010 | 11111010 | 1011011 | 110110 | 0 | 10 | 11011000 | 1100000 | 110110 |
Color Harmonies of #1772FA
Complementary color
Monochromatic Colors of #1772FA
Black with #1772FA
Text Example
Text Example
White with #1772FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772FA; }
p { color: rgb(23,114,250); }
H1.HeaderClassName
{
color: #1772FA;
}
.AnyTagClassName
{
color: #1772FA;
}
</style>
background-color css
<style>
a { background-color: #1772FA; }
a { background-color: rgb(23,114,250); }
div.DivClassName
{
background-color: #1772FA;
}
.BgClassName
{
background-color: #1772FA;
}
</style>
border-color css
<style>
span { border-color: #1772FA; }
span { border-color: rgb(23,114,250); }
td.TdClassName
{
border-color: #1772FA;
}
.TagClassName
{
border-color: #1772FA;
}
</style>