Shades of Dodger Blue #1761FB
Tints of Dodger Blue #1761FB
RGB
CMYK
RGB Variations
Color information
#1761FB (or 0x1761FB) is known color: Dodger Blue. HEX triplet: 17, 61 and FB. RGB value is (23,97,251). Sum of RGB (Red+Green+Blue) = 23+97+251=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #1761FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1761FB is #E89E04. Grayscale: #5B5B5B. Windows color (decimal): -15244805 or 16474391. OLE color: 16474391.
HSL color Cylindrical-coordinate representation of color #1761FB: hue angle of 220.53º 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 #1761FB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 97 | 251 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.02 |
| HSL | 220.53º | 0.97% | 0.54% | - |
| HSV(B) | 220.53º | 0.91% | 0.98% | - |
| XYZ | 22.04 | 15.7 | 93.13 | - |
| YUV | 92.43 | 217.48 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 251 | 0.91 | 0.61 | 0 | 0.02 | 220.53 | 0.97 | 0.54 |
| Hex | 17 | 61 | FB | 5B | 3D | 0 | 2 | DD | 61 | 36 |
| Octal | 27 | 141 | 373 | 133 | 75 | 0 | 2 | 335 | 141 | 66 |
| Binary | 10111 | 1100001 | 11111011 | 1011011 | 111101 | 0 | 10 | 11011101 | 1100001 | 110110 |
Color Harmonies of #1761FB
Complementary color
Monochromatic Colors of #1761FB
Black with #1761FB
Text Example
Text Example
White with #1761FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1761FB; }
p { color: rgb(23,97,251); }
H1.HeaderClassName
{
color: #1761FB;
}
.AnyTagClassName
{
color: #1761FB;
}
</style>
background-color css
<style>
a { background-color: #1761FB; }
a { background-color: rgb(23,97,251); }
div.DivClassName
{
background-color: #1761FB;
}
.BgClassName
{
background-color: #1761FB;
}
</style>
border-color css
<style>
span { border-color: #1761FB; }
span { border-color: rgb(23,97,251); }
td.TdClassName
{
border-color: #1761FB;
}
.TagClassName
{
border-color: #1761FB;
}
</style>