Shades of Dodger Blue #1768FA
Tints of Dodger Blue #1768FA
RGB
CMYK
RGB Variations
Color information
#1768FA (or 0x1768FA) is known color: Dodger Blue. HEX triplet: 17, 68 and FA. RGB value is (23,104,250). Sum of RGB (Red+Green+Blue) = 23+104+250=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #1768FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1768FA is #E89705. Grayscale: #5F5F5F. Windows color (decimal): -15243014 or 16410647. OLE color: 16410647.
HSL color Cylindrical-coordinate representation of color #1768FA: hue angle of 218.59º degrees, saturation: 0.96, 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 #1768FA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 104 | 250 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.02 |
| HSL | 218.59º | 0.96% | 0.54% | - |
| HSV(B) | 218.59º | 0.91% | 0.98% | - |
| XYZ | 22.56 | 16.98 | 92.53 | - |
| YUV | 96.43 | 214.66 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 250 | 0.91 | 0.58 | 0 | 0.02 | 218.59 | 0.96 | 0.54 |
| Hex | 17 | 68 | FA | 5B | 3A | 0 | 2 | DB | 60 | 36 |
| Octal | 27 | 150 | 372 | 133 | 72 | 0 | 2 | 333 | 140 | 66 |
| Binary | 10111 | 1101000 | 11111010 | 1011011 | 111010 | 0 | 10 | 11011011 | 1100000 | 110110 |
Color Harmonies of #1768FA
Complementary color
Monochromatic Colors of #1768FA
Black with #1768FA
Text Example
Text Example
White with #1768FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768FA; }
p { color: rgb(23,104,250); }
H1.HeaderClassName
{
color: #1768FA;
}
.AnyTagClassName
{
color: #1768FA;
}
</style>
background-color css
<style>
a { background-color: #1768FA; }
a { background-color: rgb(23,104,250); }
div.DivClassName
{
background-color: #1768FA;
}
.BgClassName
{
background-color: #1768FA;
}
</style>
border-color css
<style>
span { border-color: #1768FA; }
span { border-color: rgb(23,104,250); }
td.TdClassName
{
border-color: #1768FA;
}
.TagClassName
{
border-color: #1768FA;
}
</style>