Shades of Dodger Blue #1781EF
Tints of Dodger Blue #1781EF
RGB
CMYK
RGB Variations
Color information
#1781EF (or 0x1781EF) is known color: Dodger Blue. HEX triplet: 17, 81 and EF. RGB value is (23,129,239). Sum of RGB (Red+Green+Blue) = 23+129+239=391 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.88% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #1781EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1781EF is #E87E10. Grayscale: #6D6D6D. Windows color (decimal): -15236625 or 15696151. OLE color: 15696151.
HSL color Cylindrical-coordinate representation of color #1781EF: hue angle of 210.56º 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 #1781EF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 129 | 239 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.06 |
| HSL | 210.56º | 0.87% | 0.51% | - |
| HSV(B) | 210.56º | 0.9% | 0.94% | - |
| XYZ | 23.78 | 22.11 | 84.68 | - |
| YUV | 109.85 | 200.88 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 239 | 0.90 | 0.46 | 0 | 0.06 | 210.56 | 0.87 | 0.51 |
| Hex | 17 | 81 | EF | 5A | 2E | 0 | 6 | D3 | 57 | 33 |
| Octal | 27 | 201 | 357 | 132 | 56 | 0 | 6 | 323 | 127 | 63 |
| Binary | 10111 | 10000001 | 11101111 | 1011010 | 101110 | 0 | 110 | 11010011 | 1010111 | 110011 |
Color Harmonies of #1781EF
Complementary color
Monochromatic Colors of #1781EF
Black with #1781EF
Text Example
Text Example
White with #1781EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1781EF; }
p { color: rgb(23,129,239); }
H1.HeaderClassName
{
color: #1781EF;
}
.AnyTagClassName
{
color: #1781EF;
}
</style>
background-color css
<style>
a { background-color: #1781EF; }
a { background-color: rgb(23,129,239); }
div.DivClassName
{
background-color: #1781EF;
}
.BgClassName
{
background-color: #1781EF;
}
</style>
border-color css
<style>
span { border-color: #1781EF; }
span { border-color: rgb(23,129,239); }
td.TdClassName
{
border-color: #1781EF;
}
.TagClassName
{
border-color: #1781EF;
}
</style>