Shades of Blue #0838FA
Tints of Blue #0838FA
RGB
CMYK
RGB Variations
Color information
#0838FA (or 0x0838FA) is known color: Blue. HEX triplet: 08, 38 and FA. RGB value is (8,56,250). Sum of RGB (Red+Green+Blue) = 8+56+250=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #0838FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0838FA is #F7C705. Grayscale: #3E3E3E. Windows color (decimal): -16238342 or 16398344. OLE color: 16398344.
HSL color Cylindrical-coordinate representation of color #0838FA: hue angle of 228.1º 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 #0838FA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 56 | 250 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.02 |
| HSL | 228.1º | 0.96% | 0.51% | - |
| HSV(B) | 228.1º | 0.97% | 0.98% | - |
| XYZ | 18.77 | 9.78 | 91.34 | - |
| YUV | 63.76 | 233.1 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 250 | 0.97 | 0.78 | 0 | 0.02 | 228.1 | 0.96 | 0.51 |
| Hex | 8 | 38 | FA | 61 | 4E | 0 | 2 | E4 | 60 | 33 |
| Octal | 10 | 70 | 372 | 141 | 116 | 0 | 2 | 344 | 140 | 63 |
| Binary | 1000 | 111000 | 11111010 | 1100001 | 1001110 | 0 | 10 | 11100100 | 1100000 | 110011 |
Color Harmonies of #0838FA
Complementary color
Monochromatic Colors of #0838FA
Black with #0838FA
Text Example
Text Example
White with #0838FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0838FA; }
p { color: rgb(8,56,250); }
H1.HeaderClassName
{
color: #0838FA;
}
.AnyTagClassName
{
color: #0838FA;
}
</style>
background-color css
<style>
a { background-color: #0838FA; }
a { background-color: rgb(8,56,250); }
div.DivClassName
{
background-color: #0838FA;
}
.BgClassName
{
background-color: #0838FA;
}
</style>
border-color css
<style>
span { border-color: #0838FA; }
span { border-color: rgb(8,56,250); }
td.TdClassName
{
border-color: #0838FA;
}
.TagClassName
{
border-color: #0838FA;
}
</style>