Shades of Dodger Blue #1778FD
Tints of Dodger Blue #1778FD
RGB
CMYK
RGB Variations
Color information
#1778FD (or 0x1778FD) is known color: Dodger Blue. HEX triplet: 17, 78 and FD. RGB value is (23,120,253). Sum of RGB (Red+Green+Blue) = 23+120+253=396 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.81% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #1778FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1778FD is #E88702. Grayscale: #696969. Windows color (decimal): -15238915 or 16611351. OLE color: 16611351.
HSL color Cylindrical-coordinate representation of color #1778FD: hue angle of 214.7º 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 #1778FD is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 120 | 253 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.01 |
| HSL | 214.7º | 0.98% | 0.54% | - |
| HSV(B) | 214.7º | 0.91% | 0.99% | - |
| XYZ | 24.8 | 20.71 | 95.62 | - |
| YUV | 106.16 | 210.86 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 253 | 0.91 | 0.53 | 0 | 0.01 | 214.7 | 0.98 | 0.54 |
| Hex | 17 | 78 | FD | 5B | 35 | 0 | 1 | D7 | 62 | 36 |
| Octal | 27 | 170 | 375 | 133 | 65 | 0 | 1 | 327 | 142 | 66 |
| Binary | 10111 | 1111000 | 11111101 | 1011011 | 110101 | 0 | 1 | 11010111 | 1100010 | 110110 |
Color Harmonies of #1778FD
Complementary color
Monochromatic Colors of #1778FD
Black with #1778FD
Text Example
Text Example
White with #1778FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1778FD; }
p { color: rgb(23,120,253); }
H1.HeaderClassName
{
color: #1778FD;
}
.AnyTagClassName
{
color: #1778FD;
}
</style>
background-color css
<style>
a { background-color: #1778FD; }
a { background-color: rgb(23,120,253); }
div.DivClassName
{
background-color: #1778FD;
}
.BgClassName
{
background-color: #1778FD;
}
</style>
border-color css
<style>
span { border-color: #1778FD; }
span { border-color: rgb(23,120,253); }
td.TdClassName
{
border-color: #1778FD;
}
.TagClassName
{
border-color: #1778FD;
}
</style>