Shades of Dodger Blue #1781EA
Tints of Dodger Blue #1781EA
RGB
CMYK
RGB Variations
Color information
#1781EA (or 0x1781EA) is known color: Dodger Blue. HEX triplet: 17, 81 and EA. RGB value is (23,129,234). Sum of RGB (Red+Green+Blue) = 23+129+234=386 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.96% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #1781EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1781EA is #E87E15. Grayscale: #6C6C6C. Windows color (decimal): -15236630 or 15368471. OLE color: 15368471.
HSL color Cylindrical-coordinate representation of color #1781EA: hue angle of 209.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1781EA is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 129 | 234 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.08 |
| HSL | 209.86º | 0.83% | 0.5% | - |
| HSV(B) | 209.86º | 0.9% | 0.92% | - |
| XYZ | 23.05 | 21.82 | 80.84 | - |
| YUV | 109.28 | 198.38 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 234 | 0.90 | 0.45 | 0 | 0.08 | 209.86 | 0.83 | 0.5 |
| Hex | 17 | 81 | EA | 5A | 2D | 0 | 8 | D2 | 53 | 32 |
| Octal | 27 | 201 | 352 | 132 | 55 | 0 | 10 | 322 | 123 | 62 |
| Binary | 10111 | 10000001 | 11101010 | 1011010 | 101101 | 0 | 1000 | 11010010 | 1010011 | 110010 |
Color Harmonies of #1781EA
Complementary color
Monochromatic Colors of #1781EA
Black with #1781EA
Text Example
Text Example
White with #1781EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1781EA; }
p { color: rgb(23,129,234); }
H1.HeaderClassName
{
color: #1781EA;
}
.AnyTagClassName
{
color: #1781EA;
}
</style>
background-color css
<style>
a { background-color: #1781EA; }
a { background-color: rgb(23,129,234); }
div.DivClassName
{
background-color: #1781EA;
}
.BgClassName
{
background-color: #1781EA;
}
</style>
border-color css
<style>
span { border-color: #1781EA; }
span { border-color: rgb(23,129,234); }
td.TdClassName
{
border-color: #1781EA;
}
.TagClassName
{
border-color: #1781EA;
}
</style>