Shades of Blue #0818FA
Tints of Blue #0818FA
RGB
CMYK
RGB Variations
Color information
#0818FA (or 0x0818FA) is known color: Blue. HEX triplet: 08, 18 and FA. RGB value is (8,24,250). Sum of RGB (Red+Green+Blue) = 8+24+250=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 250 (98.05% from 255 or 88.65% from 282); Max value from RGB is 250 - color contains mainly: blue. Hex color #0818FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0818FA is #F7E705. Grayscale: #2C2C2C. Windows color (decimal): -16246534 or 16390152. OLE color: 16390152.
HSL color Cylindrical-coordinate representation of color #0818FA: hue angle of 236.03º 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 #0818FA is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 24 | 250 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.02 |
| HSL | 236.03º | 0.96% | 0.51% | - |
| HSV(B) | 236.03º | 0.97% | 0.98% | - |
| XYZ | 17.68 | 7.61 | 90.98 | - |
| YUV | 44.98 | 243.7 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 250 | 0.97 | 0.90 | 0 | 0.02 | 236.03 | 0.96 | 0.51 |
| Hex | 8 | 18 | FA | 61 | 5A | 0 | 2 | EC | 60 | 33 |
| Octal | 10 | 30 | 372 | 141 | 132 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1000 | 11000 | 11111010 | 1100001 | 1011010 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0818FA
Complementary color
Monochromatic Colors of #0818FA
Black with #0818FA
Text Example
Text Example
White with #0818FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0818FA; }
p { color: rgb(8,24,250); }
H1.HeaderClassName
{
color: #0818FA;
}
.AnyTagClassName
{
color: #0818FA;
}
</style>
background-color css
<style>
a { background-color: #0818FA; }
a { background-color: rgb(8,24,250); }
div.DivClassName
{
background-color: #0818FA;
}
.BgClassName
{
background-color: #0818FA;
}
</style>
border-color css
<style>
span { border-color: #0818FA; }
span { border-color: rgb(8,24,250); }
td.TdClassName
{
border-color: #0818FA;
}
.TagClassName
{
border-color: #0818FA;
}
</style>