Shades of Dodger Blue #1768FD
Tints of Dodger Blue #1768FD
RGB
CMYK
RGB Variations
Color information
#1768FD (or 0x1768FD) is known color: Dodger Blue. HEX triplet: 17, 68 and FD. RGB value is (23,104,253). Sum of RGB (Red+Green+Blue) = 23+104+253=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #1768FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1768FD is #E89702. Grayscale: #606060. Windows color (decimal): -15243011 or 16607255. OLE color: 16607255.
HSL color Cylindrical-coordinate representation of color #1768FD: hue angle of 218.87º 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 #1768FD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 104 | 253 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.01 |
| HSL | 218.87º | 0.98% | 0.54% | - |
| HSV(B) | 218.87º | 0.91% | 0.99% | - |
| XYZ | 23.03 | 17.17 | 95.03 | - |
| YUV | 96.77 | 216.16 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 253 | 0.91 | 0.59 | 0 | 0.01 | 218.87 | 0.98 | 0.54 |
| Hex | 17 | 68 | FD | 5B | 3B | 0 | 1 | DB | 62 | 36 |
| Octal | 27 | 150 | 375 | 133 | 73 | 0 | 1 | 333 | 142 | 66 |
| Binary | 10111 | 1101000 | 11111101 | 1011011 | 111011 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1768FD
Complementary color
Monochromatic Colors of #1768FD
Black with #1768FD
Text Example
Text Example
White with #1768FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768FD; }
p { color: rgb(23,104,253); }
H1.HeaderClassName
{
color: #1768FD;
}
.AnyTagClassName
{
color: #1768FD;
}
</style>
background-color css
<style>
a { background-color: #1768FD; }
a { background-color: rgb(23,104,253); }
div.DivClassName
{
background-color: #1768FD;
}
.BgClassName
{
background-color: #1768FD;
}
</style>
border-color css
<style>
span { border-color: #1768FD; }
span { border-color: rgb(23,104,253); }
td.TdClassName
{
border-color: #1768FD;
}
.TagClassName
{
border-color: #1768FD;
}
</style>