Shades of Dodger Blue #1C80FE
Tints of Dodger Blue #1C80FE
RGB
CMYK
RGB Variations
Color information
#1C80FE (or 0x1C80FE) is known color: Dodger Blue. HEX triplet: 1C, 80 and FE. RGB value is (28,128,254). Sum of RGB (Red+Green+Blue) = 28+128+254=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C80FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C80FE is #E37F01. Grayscale: #6F6F6F. Windows color (decimal): -14909186 or 16678940. OLE color: 16678940.
HSL color Cylindrical-coordinate representation of color #1C80FE: hue angle of 213.45º 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 #1C80FE is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 128 | 254 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.00 |
| HSL | 213.45º | 0.99% | 0.55% | - |
| HSV(B) | 213.45º | 0.89% | 1% | - |
| XYZ | 26.09 | 22.84 | 96.8 | - |
| YUV | 112.46 | 207.87 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 254 | 0.89 | 0.50 | 0 | 0.00 | 213.45 | 0.99 | 0.55 |
| Hex | 1C | 80 | FE | 59 | 32 | 0 | 0 | D5 | 63 | 37 |
| Octal | 34 | 200 | 376 | 131 | 62 | 0 | 0 | 325 | 143 | 67 |
| Binary | 11100 | 10000000 | 11111110 | 1011001 | 110010 | 0 | 0 | 11010101 | 1100011 | 110111 |
Color Harmonies of #1C80FE
Complementary color
Monochromatic Colors of #1C80FE
Black with #1C80FE
Text Example
Text Example
White with #1C80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C80FE; }
p { color: rgb(28,128,254); }
H1.HeaderClassName
{
color: #1C80FE;
}
.AnyTagClassName
{
color: #1C80FE;
}
</style>
background-color css
<style>
a { background-color: #1C80FE; }
a { background-color: rgb(28,128,254); }
div.DivClassName
{
background-color: #1C80FE;
}
.BgClassName
{
background-color: #1C80FE;
}
</style>
border-color css
<style>
span { border-color: #1C80FE; }
span { border-color: rgb(28,128,254); }
td.TdClassName
{
border-color: #1C80FE;
}
.TagClassName
{
border-color: #1C80FE;
}
</style>