Shades of Dodger Blue #1C90EB
Tints of Dodger Blue #1C90EB
RGB
CMYK
RGB Variations
Color information
#1C90EB (or 0x1C90EB) is known color: Dodger Blue. HEX triplet: 1C, 90 and EB. RGB value is (28,144,235). Sum of RGB (Red+Green+Blue) = 28+144+235=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C90EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C90EB is #E36F14. Grayscale: #777777. Windows color (decimal): -14905109 or 15437852. OLE color: 15437852.
HSL color Cylindrical-coordinate representation of color #1C90EB: hue angle of 206.38º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C90EB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 144 | 235 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.08 |
| HSL | 206.38º | 0.84% | 0.52% | - |
| HSV(B) | 206.38º | 0.88% | 0.92% | - |
| XYZ | 25.45 | 26.19 | 82.31 | - |
| YUV | 119.69 | 193.07 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 235 | 0.88 | 0.39 | 0 | 0.08 | 206.38 | 0.84 | 0.52 |
| Hex | 1C | 90 | EB | 58 | 27 | 0 | 8 | CE | 54 | 34 |
| Octal | 34 | 220 | 353 | 130 | 47 | 0 | 10 | 316 | 124 | 64 |
| Binary | 11100 | 10010000 | 11101011 | 1011000 | 100111 | 0 | 1000 | 11001110 | 1010100 | 110100 |
Color Harmonies of #1C90EB
Complementary color
Monochromatic Colors of #1C90EB
Black with #1C90EB
Text Example
Text Example
White with #1C90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C90EB; }
p { color: rgb(28,144,235); }
H1.HeaderClassName
{
color: #1C90EB;
}
.AnyTagClassName
{
color: #1C90EB;
}
</style>
background-color css
<style>
a { background-color: #1C90EB; }
a { background-color: rgb(28,144,235); }
div.DivClassName
{
background-color: #1C90EB;
}
.BgClassName
{
background-color: #1C90EB;
}
</style>
border-color css
<style>
span { border-color: #1C90EB; }
span { border-color: rgb(28,144,235); }
td.TdClassName
{
border-color: #1C90EB;
}
.TagClassName
{
border-color: #1C90EB;
}
</style>