Shades of Blue #280CFA
Tints of Blue #280CFA
RGB
CMYK
RGB Variations
Color information
#280CFA (or 0x280CFA) is known color: Blue. HEX triplet: 28, 0C and FA. RGB value is (40,12,250). Sum of RGB (Red+Green+Blue) = 40+12+250=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #280CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280CFA is #D7F305. Grayscale: #2E2E2E. Windows color (decimal): -14152454 or 16387112. OLE color: 16387112.
HSL color Cylindrical-coordinate representation of color #280CFA: hue angle of 247.06º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280CFA is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 12 | 250 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.02 |
| HSL | 247.06º | 0.96% | 0.51% | - |
| HSV(B) | 247.06º | 0.95% | 0.98% | - |
| XYZ | 18.26 | 7.62 | 90.95 | - |
| YUV | 47.5 | 242.28 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 250 | 0.84 | 0.95 | 0 | 0.02 | 247.06 | 0.96 | 0.51 |
| Hex | 28 | C | FA | 54 | 5F | 0 | 2 | F7 | 60 | 33 |
| Octal | 50 | 14 | 372 | 124 | 137 | 0 | 2 | 367 | 140 | 63 |
| Binary | 101000 | 1100 | 11111010 | 1010100 | 1011111 | 0 | 10 | 11110111 | 1100000 | 110011 |
Color Harmonies of #280CFA
Complementary color
Monochromatic Colors of #280CFA
Black with #280CFA
Text Example
Text Example
White with #280CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CFA; }
p { color: rgb(40,12,250); }
H1.HeaderClassName
{
color: #280CFA;
}
.AnyTagClassName
{
color: #280CFA;
}
</style>
background-color css
<style>
a { background-color: #280CFA; }
a { background-color: rgb(40,12,250); }
div.DivClassName
{
background-color: #280CFA;
}
.BgClassName
{
background-color: #280CFA;
}
</style>
border-color css
<style>
span { border-color: #280CFA; }
span { border-color: rgb(40,12,250); }
td.TdClassName
{
border-color: #280CFA;
}
.TagClassName
{
border-color: #280CFA;
}
</style>