Shades of Dodger Blue #1781FF
Tints of Dodger Blue #1781FF
RGB
CMYK
RGB Variations
Color information
#1781FF (or 0x1781FF) is known color: Dodger Blue. HEX triplet: 17, 81 and FF. RGB value is (23,129,255). Sum of RGB (Red+Green+Blue) = 23+129+255=407 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.65% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1781FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1781FF is #E87E00. Grayscale: #6F6F6F. Windows color (decimal): -15236609 or 16744727. OLE color: 16744727.
HSL color Cylindrical-coordinate representation of color #1781FF: hue angle of 212.59º 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 #1781FF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 129 | 255 | - |
| CMYK | 0.91 | 0.49 | 0 | 0 |
| HSL | 212.59º | 1% | 0.55% | - |
| HSV(B) | 212.59º | 0.91% | 1% | - |
| XYZ | 26.25 | 23.1 | 97.68 | - |
| YUV | 111.67 | 208.88 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 255 | 0.91 | 0.49 | 0 | 0 | 212.59 | 1 | 0.55 |
| Hex | 17 | 81 | FF | 5B | 31 | 0 | 0 | D5 | 64 | 37 |
| Octal | 27 | 201 | 377 | 133 | 61 | 0 | 0 | 325 | 144 | 67 |
| Binary | 10111 | 10000001 | 11111111 | 1011011 | 110001 | 0 | 0 | 11010101 | 1100100 | 110111 |
Color Harmonies of #1781FF
Complementary color
Monochromatic Colors of #1781FF
Black with #1781FF
Text Example
Text Example
White with #1781FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1781FF; }
p { color: rgb(23,129,255); }
H1.HeaderClassName
{
color: #1781FF;
}
.AnyTagClassName
{
color: #1781FF;
}
</style>
background-color css
<style>
a { background-color: #1781FF; }
a { background-color: rgb(23,129,255); }
div.DivClassName
{
background-color: #1781FF;
}
.BgClassName
{
background-color: #1781FF;
}
</style>
border-color css
<style>
span { border-color: #1781FF; }
span { border-color: rgb(23,129,255); }
td.TdClassName
{
border-color: #1781FF;
}
.TagClassName
{
border-color: #1781FF;
}
</style>