Shades of Dodger Blue #1C88FE
Tints of Dodger Blue #1C88FE
RGB
CMYK
RGB Variations
Color information
#1C88FE (or 0x1C88FE) is known color: Dodger Blue. HEX triplet: 1C, 88 and FE. RGB value is (28,136,254). Sum of RGB (Red+Green+Blue) = 28+136+254=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C88FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C88FE is #E37701. Grayscale: #747474. Windows color (decimal): -14907138 or 16680988. OLE color: 16680988.
HSL color Cylindrical-coordinate representation of color #1C88FE: hue angle of 211.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C88FE is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 136 | 254 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.00 |
| HSL | 211.33º | 0.99% | 0.55% | - |
| HSV(B) | 211.33º | 0.89% | 1% | - |
| XYZ | 27.17 | 25.01 | 97.16 | - |
| YUV | 117.16 | 205.22 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 254 | 0.89 | 0.46 | 0 | 0.00 | 211.33 | 0.99 | 0.55 |
| Hex | 1C | 88 | FE | 59 | 2E | 0 | 0 | D3 | 63 | 37 |
| Octal | 34 | 210 | 376 | 131 | 56 | 0 | 0 | 323 | 143 | 67 |
| Binary | 11100 | 10001000 | 11111110 | 1011001 | 101110 | 0 | 0 | 11010011 | 1100011 | 110111 |
Color Harmonies of #1C88FE
Complementary color
Monochromatic Colors of #1C88FE
Black with #1C88FE
Text Example
Text Example
White with #1C88FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C88FE; }
p { color: rgb(28,136,254); }
H1.HeaderClassName
{
color: #1C88FE;
}
.AnyTagClassName
{
color: #1C88FE;
}
</style>
background-color css
<style>
a { background-color: #1C88FE; }
a { background-color: rgb(28,136,254); }
div.DivClassName
{
background-color: #1C88FE;
}
.BgClassName
{
background-color: #1C88FE;
}
</style>
border-color css
<style>
span { border-color: #1C88FE; }
span { border-color: rgb(28,136,254); }
td.TdClassName
{
border-color: #1C88FE;
}
.TagClassName
{
border-color: #1C88FE;
}
</style>