Shades of Dodger Blue #1782FA
Tints of Dodger Blue #1782FA
RGB
CMYK
RGB Variations
Color information
#1782FA (or 0x1782FA) is known color: Dodger Blue. HEX triplet: 17, 82 and FA. RGB value is (23,130,250). Sum of RGB (Red+Green+Blue) = 23+130+250=403 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.71% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1782FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1782FA is #E87D05. Grayscale: #6F6F6F. Windows color (decimal): -15236358 or 16417303. OLE color: 16417303.
HSL color Cylindrical-coordinate representation of color #1782FA: hue angle of 211.72º 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 #1782FA is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 130 | 250 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.02 |
| HSL | 211.72º | 0.96% | 0.54% | - |
| HSV(B) | 211.72º | 0.91% | 0.98% | - |
| XYZ | 25.59 | 23.05 | 93.54 | - |
| YUV | 111.69 | 206.05 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 250 | 0.91 | 0.48 | 0 | 0.02 | 211.72 | 0.96 | 0.54 |
| Hex | 17 | 82 | FA | 5B | 30 | 0 | 2 | D4 | 60 | 36 |
| Octal | 27 | 202 | 372 | 133 | 60 | 0 | 2 | 324 | 140 | 66 |
| Binary | 10111 | 10000010 | 11111010 | 1011011 | 110000 | 0 | 10 | 11010100 | 1100000 | 110110 |
Color Harmonies of #1782FA
Complementary color
Monochromatic Colors of #1782FA
Black with #1782FA
Text Example
Text Example
White with #1782FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1782FA; }
p { color: rgb(23,130,250); }
H1.HeaderClassName
{
color: #1782FA;
}
.AnyTagClassName
{
color: #1782FA;
}
</style>
background-color css
<style>
a { background-color: #1782FA; }
a { background-color: rgb(23,130,250); }
div.DivClassName
{
background-color: #1782FA;
}
.BgClassName
{
background-color: #1782FA;
}
</style>
border-color css
<style>
span { border-color: #1782FA; }
span { border-color: rgb(23,130,250); }
td.TdClassName
{
border-color: #1782FA;
}
.TagClassName
{
border-color: #1782FA;
}
</style>