Shades of Blue #0818F5
Tints of Blue #0818F5
RGB
CMYK
RGB Variations
Color information
#0818F5 (or 0x0818F5) is known color: Blue. HEX triplet: 08, 18 and F5. RGB value is (8,24,245). Sum of RGB (Red+Green+Blue) = 8+24+245=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 245 (96.09% from 255 or 88.45% from 277); Max value from RGB is 245 - color contains mainly: blue. Hex color #0818F5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0818F5 is #F7E70A. Grayscale: #2B2B2B. Windows color (decimal): -16246539 or 16062472. OLE color: 16062472.
HSL color Cylindrical-coordinate representation of color #0818F5: hue angle of 235.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0818F5 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 24 | 245 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.04 |
| HSL | 235.95º | 0.94% | 0.5% | - |
| HSV(B) | 235.95º | 0.97% | 0.96% | - |
| XYZ | 16.91 | 7.3 | 86.9 | - |
| YUV | 44.41 | 241.2 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 245 | 0.97 | 0.90 | 0 | 0.04 | 235.95 | 0.94 | 0.5 |
| Hex | 8 | 18 | F5 | 61 | 5A | 0 | 4 | EC | 5E | 32 |
| Octal | 10 | 30 | 365 | 141 | 132 | 0 | 4 | 354 | 136 | 62 |
| Binary | 1000 | 11000 | 11110101 | 1100001 | 1011010 | 0 | 100 | 11101100 | 1011110 | 110010 |
Color Harmonies of #0818F5
Complementary color
Monochromatic Colors of #0818F5
Black with #0818F5
Text Example
Text Example
White with #0818F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0818F5; }
p { color: rgb(8,24,245); }
H1.HeaderClassName
{
color: #0818F5;
}
.AnyTagClassName
{
color: #0818F5;
}
</style>
background-color css
<style>
a { background-color: #0818F5; }
a { background-color: rgb(8,24,245); }
div.DivClassName
{
background-color: #0818F5;
}
.BgClassName
{
background-color: #0818F5;
}
</style>
border-color css
<style>
span { border-color: #0818F5; }
span { border-color: rgb(8,24,245); }
td.TdClassName
{
border-color: #0818F5;
}
.TagClassName
{
border-color: #0818F5;
}
</style>