Shades of Dodger Blue #1765FD
Tints of Dodger Blue #1765FD
RGB
CMYK
RGB Variations
Color information
#1765FD (or 0x1765FD) is known color: Dodger Blue. HEX triplet: 17, 65 and FD. RGB value is (23,101,253). Sum of RGB (Red+Green+Blue) = 23+101+253=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #1765FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1765FD is #E89A02. Grayscale: #5E5E5E. Windows color (decimal): -15243779 or 16606487. OLE color: 16606487.
HSL color Cylindrical-coordinate representation of color #1765FD: hue angle of 219.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1765FD is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 101 | 253 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.01 |
| HSL | 219.65º | 0.98% | 0.54% | - |
| HSV(B) | 219.65º | 0.91% | 0.99% | - |
| XYZ | 22.74 | 16.58 | 94.93 | - |
| YUV | 95.01 | 217.16 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 253 | 0.91 | 0.60 | 0 | 0.01 | 219.65 | 0.98 | 0.54 |
| Hex | 17 | 65 | FD | 5B | 3C | 0 | 1 | DC | 62 | 36 |
| Octal | 27 | 145 | 375 | 133 | 74 | 0 | 1 | 334 | 142 | 66 |
| Binary | 10111 | 1100101 | 11111101 | 1011011 | 111100 | 0 | 1 | 11011100 | 1100010 | 110110 |
Color Harmonies of #1765FD
Complementary color
Monochromatic Colors of #1765FD
Black with #1765FD
Text Example
Text Example
White with #1765FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765FD; }
p { color: rgb(23,101,253); }
H1.HeaderClassName
{
color: #1765FD;
}
.AnyTagClassName
{
color: #1765FD;
}
</style>
background-color css
<style>
a { background-color: #1765FD; }
a { background-color: rgb(23,101,253); }
div.DivClassName
{
background-color: #1765FD;
}
.BgClassName
{
background-color: #1765FD;
}
</style>
border-color css
<style>
span { border-color: #1765FD; }
span { border-color: rgb(23,101,253); }
td.TdClassName
{
border-color: #1765FD;
}
.TagClassName
{
border-color: #1765FD;
}
</style>