Shades of Dodger Blue #1786F1
Tints of Dodger Blue #1786F1
RGB
CMYK
RGB Variations
Color information
#1786F1 (or 0x1786F1) is known color: Dodger Blue. HEX triplet: 17, 86 and F1. RGB value is (23,134,241). Sum of RGB (Red+Green+Blue) = 23+134+241=398 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.78% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #1786F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1786F1 is #E8790E. Grayscale: #707070. Windows color (decimal): -15235343 or 15828503. OLE color: 15828503.
HSL color Cylindrical-coordinate representation of color #1786F1: hue angle of 209.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1786F1 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 134 | 241 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.05 |
| HSL | 209.45º | 0.89% | 0.52% | - |
| HSV(B) | 209.45º | 0.9% | 0.95% | - |
| XYZ | 24.76 | 23.58 | 86.47 | - |
| YUV | 113.01 | 200.23 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 134 | 241 | 0.90 | 0.44 | 0 | 0.05 | 209.45 | 0.89 | 0.52 |
| Hex | 17 | 86 | F1 | 5A | 2C | 0 | 5 | D1 | 59 | 34 |
| Octal | 27 | 206 | 361 | 132 | 54 | 0 | 5 | 321 | 131 | 64 |
| Binary | 10111 | 10000110 | 11110001 | 1011010 | 101100 | 0 | 101 | 11010001 | 1011001 | 110100 |
Color Harmonies of #1786F1
Complementary color
Monochromatic Colors of #1786F1
Black with #1786F1
Text Example
Text Example
White with #1786F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1786F1; }
p { color: rgb(23,134,241); }
H1.HeaderClassName
{
color: #1786F1;
}
.AnyTagClassName
{
color: #1786F1;
}
</style>
background-color css
<style>
a { background-color: #1786F1; }
a { background-color: rgb(23,134,241); }
div.DivClassName
{
background-color: #1786F1;
}
.BgClassName
{
background-color: #1786F1;
}
</style>
border-color css
<style>
span { border-color: #1786F1; }
span { border-color: rgb(23,134,241); }
td.TdClassName
{
border-color: #1786F1;
}
.TagClassName
{
border-color: #1786F1;
}
</style>