Shades of Dodger Blue #1781FB
Tints of Dodger Blue #1781FB
RGB
CMYK
RGB Variations
Color information
#1781FB (or 0x1781FB) is known color: Dodger Blue. HEX triplet: 17, 81 and FB. RGB value is (23,129,251). Sum of RGB (Red+Green+Blue) = 23+129+251=403 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.71% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #1781FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1781FB is #E87E04. Grayscale: #6E6E6E. Windows color (decimal): -15236613 or 16482583. OLE color: 16482583.
HSL color Cylindrical-coordinate representation of color #1781FB: hue angle of 212.11º degrees, saturation: 0.97, 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 #1781FB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 129 | 251 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.02 |
| HSL | 212.11º | 0.97% | 0.54% | - |
| HSV(B) | 212.11º | 0.91% | 0.98% | - |
| XYZ | 25.62 | 22.85 | 94.33 | - |
| YUV | 111.21 | 206.88 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 251 | 0.91 | 0.49 | 0 | 0.02 | 212.11 | 0.97 | 0.54 |
| Hex | 17 | 81 | FB | 5B | 31 | 0 | 2 | D4 | 61 | 36 |
| Octal | 27 | 201 | 373 | 133 | 61 | 0 | 2 | 324 | 141 | 66 |
| Binary | 10111 | 10000001 | 11111011 | 1011011 | 110001 | 0 | 10 | 11010100 | 1100001 | 110110 |
Color Harmonies of #1781FB
Complementary color
Monochromatic Colors of #1781FB
Black with #1781FB
Text Example
Text Example
White with #1781FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1781FB; }
p { color: rgb(23,129,251); }
H1.HeaderClassName
{
color: #1781FB;
}
.AnyTagClassName
{
color: #1781FB;
}
</style>
background-color css
<style>
a { background-color: #1781FB; }
a { background-color: rgb(23,129,251); }
div.DivClassName
{
background-color: #1781FB;
}
.BgClassName
{
background-color: #1781FB;
}
</style>
border-color css
<style>
span { border-color: #1781FB; }
span { border-color: rgb(23,129,251); }
td.TdClassName
{
border-color: #1781FB;
}
.TagClassName
{
border-color: #1781FB;
}
</style>