Shades of Dodger Blue #1780FA
Tints of Dodger Blue #1780FA
RGB
CMYK
RGB Variations
Color information
#1780FA (or 0x1780FA) is known color: Dodger Blue. HEX triplet: 17, 80 and FA. RGB value is (23,128,250). Sum of RGB (Red+Green+Blue) = 23+128+250=401 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.74% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #1780FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1780FA is #E87F05. Grayscale: #6D6D6D. Windows color (decimal): -15236870 or 16416791. OLE color: 16416791.
HSL color Cylindrical-coordinate representation of color #1780FA: hue angle of 212.25º 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 #1780FA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 128 | 250 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.02 |
| HSL | 212.25º | 0.96% | 0.54% | - |
| HSV(B) | 212.25º | 0.91% | 0.98% | - |
| XYZ | 25.33 | 22.52 | 93.45 | - |
| YUV | 110.51 | 206.71 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 250 | 0.91 | 0.49 | 0 | 0.02 | 212.25 | 0.96 | 0.54 |
| Hex | 17 | 80 | FA | 5B | 31 | 0 | 2 | D4 | 60 | 36 |
| Octal | 27 | 200 | 372 | 133 | 61 | 0 | 2 | 324 | 140 | 66 |
| Binary | 10111 | 10000000 | 11111010 | 1011011 | 110001 | 0 | 10 | 11010100 | 1100000 | 110110 |
Color Harmonies of #1780FA
Complementary color
Monochromatic Colors of #1780FA
Black with #1780FA
Text Example
Text Example
White with #1780FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780FA; }
p { color: rgb(23,128,250); }
H1.HeaderClassName
{
color: #1780FA;
}
.AnyTagClassName
{
color: #1780FA;
}
</style>
background-color css
<style>
a { background-color: #1780FA; }
a { background-color: rgb(23,128,250); }
div.DivClassName
{
background-color: #1780FA;
}
.BgClassName
{
background-color: #1780FA;
}
</style>
border-color css
<style>
span { border-color: #1780FA; }
span { border-color: rgb(23,128,250); }
td.TdClassName
{
border-color: #1780FA;
}
.TagClassName
{
border-color: #1780FA;
}
</style>