Shades of Dodger Blue #1765FB
Tints of Dodger Blue #1765FB
RGB
CMYK
RGB Variations
Color information
#1765FB (or 0x1765FB) is known color: Dodger Blue. HEX triplet: 17, 65 and FB. RGB value is (23,101,251). Sum of RGB (Red+Green+Blue) = 23+101+251=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #1765FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1765FB is #E89A04. Grayscale: #5E5E5E. Windows color (decimal): -15243781 or 16475415. OLE color: 16475415.
HSL color Cylindrical-coordinate representation of color #1765FB: hue angle of 219.47º 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 #1765FB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 101 | 251 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.02 |
| HSL | 219.47º | 0.97% | 0.54% | - |
| HSV(B) | 219.47º | 0.91% | 0.98% | - |
| XYZ | 22.42 | 16.45 | 93.26 | - |
| YUV | 94.78 | 216.16 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 251 | 0.91 | 0.60 | 0 | 0.02 | 219.47 | 0.97 | 0.54 |
| Hex | 17 | 65 | FB | 5B | 3C | 0 | 2 | DB | 61 | 36 |
| Octal | 27 | 145 | 373 | 133 | 74 | 0 | 2 | 333 | 141 | 66 |
| Binary | 10111 | 1100101 | 11111011 | 1011011 | 111100 | 0 | 10 | 11011011 | 1100001 | 110110 |
Color Harmonies of #1765FB
Complementary color
Monochromatic Colors of #1765FB
Black with #1765FB
Text Example
Text Example
White with #1765FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765FB; }
p { color: rgb(23,101,251); }
H1.HeaderClassName
{
color: #1765FB;
}
.AnyTagClassName
{
color: #1765FB;
}
</style>
background-color css
<style>
a { background-color: #1765FB; }
a { background-color: rgb(23,101,251); }
div.DivClassName
{
background-color: #1765FB;
}
.BgClassName
{
background-color: #1765FB;
}
</style>
border-color css
<style>
span { border-color: #1765FB; }
span { border-color: rgb(23,101,251); }
td.TdClassName
{
border-color: #1765FB;
}
.TagClassName
{
border-color: #1765FB;
}
</style>