Shades of Blue #0824FA
Tints of Blue #0824FA
RGB
CMYK
RGB Variations
Color information
#0824FA (or 0x0824FA) is known color: Blue. HEX triplet: 08, 24 and FA. RGB value is (8,36,250). Sum of RGB (Red+Green+Blue) = 8+36+250=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 250 (98.05% from 255 or 85.03% from 294); Max value from RGB is 250 - color contains mainly: blue. Hex color #0824FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0824FA is #F7DB05. Grayscale: #333333. Windows color (decimal): -16243462 or 16393224. OLE color: 16393224.
HSL color Cylindrical-coordinate representation of color #0824FA: hue angle of 233.06º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0824FA is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 36 | 250 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.02 |
| HSL | 233.06º | 0.96% | 0.51% | - |
| HSV(B) | 233.06º | 0.97% | 0.98% | - |
| XYZ | 17.99 | 8.22 | 91.08 | - |
| YUV | 52.02 | 239.72 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 250 | 0.97 | 0.86 | 0 | 0.02 | 233.06 | 0.96 | 0.51 |
| Hex | 8 | 24 | FA | 61 | 56 | 0 | 2 | E9 | 60 | 33 |
| Octal | 10 | 44 | 372 | 141 | 126 | 0 | 2 | 351 | 140 | 63 |
| Binary | 1000 | 100100 | 11111010 | 1100001 | 1010110 | 0 | 10 | 11101001 | 1100000 | 110011 |
Color Harmonies of #0824FA
Complementary color
Monochromatic Colors of #0824FA
Black with #0824FA
Text Example
Text Example
White with #0824FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824FA; }
p { color: rgb(8,36,250); }
H1.HeaderClassName
{
color: #0824FA;
}
.AnyTagClassName
{
color: #0824FA;
}
</style>
background-color css
<style>
a { background-color: #0824FA; }
a { background-color: rgb(8,36,250); }
div.DivClassName
{
background-color: #0824FA;
}
.BgClassName
{
background-color: #0824FA;
}
</style>
border-color css
<style>
span { border-color: #0824FA; }
span { border-color: rgb(8,36,250); }
td.TdClassName
{
border-color: #0824FA;
}
.TagClassName
{
border-color: #0824FA;
}
</style>