Shades of Blue #0803FA
Tints of Blue #0803FA
RGB
CMYK
RGB Variations
Color information
#0803FA (or 0x0803FA) is known color: Blue. HEX triplet: 08, 03 and FA. RGB value is (8,3,250). Sum of RGB (Red+Green+Blue) = 8+3+250=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 250 (98.05% from 255 or 95.79% from 261); Max value from RGB is 250 - color contains mainly: blue. Hex color #0803FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0803FA is #F7FC05. Grayscale: #1F1F1F. Windows color (decimal): -16251910 or 16384776. OLE color: 16384776.
HSL color Cylindrical-coordinate representation of color #0803FA: hue angle of 241.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0803FA is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 3 | 250 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.02 |
| HSL | 241.21º | 0.98% | 0.5% | - |
| HSV(B) | 241.21º | 0.99% | 0.98% | - |
| XYZ | 17.39 | 7.02 | 90.88 | - |
| YUV | 32.65 | 250.66 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 250 | 0.97 | 0.99 | 0 | 0.02 | 241.21 | 0.98 | 0.5 |
| Hex | 8 | 3 | FA | 61 | 63 | 0 | 2 | F1 | 62 | 32 |
| Octal | 10 | 3 | 372 | 141 | 143 | 0 | 2 | 361 | 142 | 62 |
| Binary | 1000 | 11 | 11111010 | 1100001 | 1100011 | 0 | 10 | 11110001 | 1100010 | 110010 |
Color Harmonies of #0803FA
Complementary color
Monochromatic Colors of #0803FA
Black with #0803FA
Text Example
Text Example
White with #0803FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803FA; }
p { color: rgb(8,3,250); }
H1.HeaderClassName
{
color: #0803FA;
}
.AnyTagClassName
{
color: #0803FA;
}
</style>
background-color css
<style>
a { background-color: #0803FA; }
a { background-color: rgb(8,3,250); }
div.DivClassName
{
background-color: #0803FA;
}
.BgClassName
{
background-color: #0803FA;
}
</style>
border-color css
<style>
span { border-color: #0803FA; }
span { border-color: rgb(8,3,250); }
td.TdClassName
{
border-color: #0803FA;
}
.TagClassName
{
border-color: #0803FA;
}
</style>