Shades of Dodger Blue #1781DF
Tints of Dodger Blue #1781DF
RGB
CMYK
RGB Variations
Color information
#1781DF (or 0x1781DF) is known color: Dodger Blue. HEX triplet: 17, 81 and DF. RGB value is (23,129,223). Sum of RGB (Red+Green+Blue) = 23+129+223=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1781DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1781DF is #E87E20. Grayscale: #6B6B6B. Windows color (decimal): -15236641 or 14647575. OLE color: 14647575.
HSL color Cylindrical-coordinate representation of color #1781DF: hue angle of 208.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1781DF is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 129 | 223 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.13 |
| HSL | 208.2º | 0.81% | 0.48% | - |
| HSV(B) | 208.2º | 0.9% | 0.87% | - |
| XYZ | 21.52 | 21.21 | 72.77 | - |
| YUV | 108.02 | 192.88 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 223 | 0.90 | 0.42 | 0 | 0.13 | 208.2 | 0.81 | 0.48 |
| Hex | 17 | 81 | DF | 5A | 2A | 0 | D | D0 | 51 | 30 |
| Octal | 27 | 201 | 337 | 132 | 52 | 0 | 15 | 320 | 121 | 60 |
| Binary | 10111 | 10000001 | 11011111 | 1011010 | 101010 | 0 | 1101 | 11010000 | 1010001 | 110000 |
Color Harmonies of #1781DF
Complementary color
Monochromatic Colors of #1781DF
Black with #1781DF
Text Example
Text Example
White with #1781DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1781DF; }
p { color: rgb(23,129,223); }
H1.HeaderClassName
{
color: #1781DF;
}
.AnyTagClassName
{
color: #1781DF;
}
</style>
background-color css
<style>
a { background-color: #1781DF; }
a { background-color: rgb(23,129,223); }
div.DivClassName
{
background-color: #1781DF;
}
.BgClassName
{
background-color: #1781DF;
}
</style>
border-color css
<style>
span { border-color: #1781DF; }
span { border-color: rgb(23,129,223); }
td.TdClassName
{
border-color: #1781DF;
}
.TagClassName
{
border-color: #1781DF;
}
</style>