Shades of Dodger Blue #1788FA
Tints of Dodger Blue #1788FA
RGB
CMYK
RGB Variations
Color information
#1788FA (or 0x1788FA) is known color: Dodger Blue. HEX triplet: 17, 88 and FA. RGB value is (23,136,250). Sum of RGB (Red+Green+Blue) = 23+136+250=409 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.62% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #1788FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1788FA is #E87705. Grayscale: #727272. Windows color (decimal): -15234822 or 16418839. OLE color: 16418839.
HSL color Cylindrical-coordinate representation of color #1788FA: hue angle of 210.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1788FA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 136 | 250 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.02 |
| HSL | 210.13º | 0.96% | 0.54% | - |
| HSV(B) | 210.13º | 0.91% | 0.98% | - |
| XYZ | 26.41 | 24.69 | 93.82 | - |
| YUV | 115.21 | 204.06 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 136 | 250 | 0.91 | 0.46 | 0 | 0.02 | 210.13 | 0.96 | 0.54 |
| Hex | 17 | 88 | FA | 5B | 2E | 0 | 2 | D2 | 60 | 36 |
| Octal | 27 | 210 | 372 | 133 | 56 | 0 | 2 | 322 | 140 | 66 |
| Binary | 10111 | 10001000 | 11111010 | 1011011 | 101110 | 0 | 10 | 11010010 | 1100000 | 110110 |
Color Harmonies of #1788FA
Complementary color
Monochromatic Colors of #1788FA
Black with #1788FA
Text Example
Text Example
White with #1788FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1788FA; }
p { color: rgb(23,136,250); }
H1.HeaderClassName
{
color: #1788FA;
}
.AnyTagClassName
{
color: #1788FA;
}
</style>
background-color css
<style>
a { background-color: #1788FA; }
a { background-color: rgb(23,136,250); }
div.DivClassName
{
background-color: #1788FA;
}
.BgClassName
{
background-color: #1788FA;
}
</style>
border-color css
<style>
span { border-color: #1788FA; }
span { border-color: rgb(23,136,250); }
td.TdClassName
{
border-color: #1788FA;
}
.TagClassName
{
border-color: #1788FA;
}
</style>