Shades of Blue #280CEC
Tints of Blue #280CEC
RGB
CMYK
RGB Variations
Color information
#280CEC (or 0x280CEC) is known color: Blue. HEX triplet: 28, 0C and EC. RGB value is (40,12,236). Sum of RGB (Red+Green+Blue) = 40+12+236=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #280CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280CEC is #D7F313. Grayscale: #2D2D2D. Windows color (decimal): -14152468 or 15469608. OLE color: 15469608.
HSL color Cylindrical-coordinate representation of color #280CEC: hue angle of 247.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280CEC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 12 | 236 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.07 |
| HSL | 247.5º | 0.9% | 0.49% | - |
| HSV(B) | 247.5º | 0.95% | 0.93% | - |
| XYZ | 16.15 | 6.77 | 79.81 | - |
| YUV | 45.91 | 235.28 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 236 | 0.83 | 0.95 | 0 | 0.07 | 247.5 | 0.9 | 0.49 |
| Hex | 28 | C | EC | 53 | 5F | 0 | 7 | F8 | 5A | 31 |
| Octal | 50 | 14 | 354 | 123 | 137 | 0 | 7 | 370 | 132 | 61 |
| Binary | 101000 | 1100 | 11101100 | 1010011 | 1011111 | 0 | 111 | 11111000 | 1011010 | 110001 |
Color Harmonies of #280CEC
Complementary color
Monochromatic Colors of #280CEC
Black with #280CEC
Text Example
Text Example
White with #280CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CEC; }
p { color: rgb(40,12,236); }
H1.HeaderClassName
{
color: #280CEC;
}
.AnyTagClassName
{
color: #280CEC;
}
</style>
background-color css
<style>
a { background-color: #280CEC; }
a { background-color: rgb(40,12,236); }
div.DivClassName
{
background-color: #280CEC;
}
.BgClassName
{
background-color: #280CEC;
}
</style>
border-color css
<style>
span { border-color: #280CEC; }
span { border-color: rgb(40,12,236); }
td.TdClassName
{
border-color: #280CEC;
}
.TagClassName
{
border-color: #280CEC;
}
</style>