Shades of Dodger Blue #1784FA
Tints of Dodger Blue #1784FA
RGB
CMYK
RGB Variations
Color information
#1784FA (or 0x1784FA) is known color: Dodger Blue. HEX triplet: 17, 84 and FA. RGB value is (23,132,250). Sum of RGB (Red+Green+Blue) = 23+132+250=405 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.68% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #1784FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1784FA is #E87B05. Grayscale: #707070. Windows color (decimal): -15235846 or 16417815. OLE color: 16417815.
HSL color Cylindrical-coordinate representation of color #1784FA: hue angle of 211.19º 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 #1784FA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 132 | 250 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.02 |
| HSL | 211.19º | 0.96% | 0.54% | - |
| HSV(B) | 211.19º | 0.91% | 0.98% | - |
| XYZ | 25.86 | 23.59 | 93.63 | - |
| YUV | 112.86 | 205.39 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 250 | 0.91 | 0.47 | 0 | 0.02 | 211.19 | 0.96 | 0.54 |
| Hex | 17 | 84 | FA | 5B | 2F | 0 | 2 | D3 | 60 | 36 |
| Octal | 27 | 204 | 372 | 133 | 57 | 0 | 2 | 323 | 140 | 66 |
| Binary | 10111 | 10000100 | 11111010 | 1011011 | 101111 | 0 | 10 | 11010011 | 1100000 | 110110 |
Color Harmonies of #1784FA
Complementary color
Monochromatic Colors of #1784FA
Black with #1784FA
Text Example
Text Example
White with #1784FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1784FA; }
p { color: rgb(23,132,250); }
H1.HeaderClassName
{
color: #1784FA;
}
.AnyTagClassName
{
color: #1784FA;
}
</style>
background-color css
<style>
a { background-color: #1784FA; }
a { background-color: rgb(23,132,250); }
div.DivClassName
{
background-color: #1784FA;
}
.BgClassName
{
background-color: #1784FA;
}
</style>
border-color css
<style>
span { border-color: #1784FA; }
span { border-color: rgb(23,132,250); }
td.TdClassName
{
border-color: #1784FA;
}
.TagClassName
{
border-color: #1784FA;
}
</style>