Shades of Blue #0308FA
Tints of Blue #0308FA
RGB
CMYK
RGB Variations
Color information
#0308FA (or 0x0308FA) is known color: Blue. HEX triplet: 03, 08 and FA. RGB value is (3,8,250). Sum of RGB (Red+Green+Blue) = 3+8+250=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 8 (3.52% from 255 or 3.07% 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 #0308FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0308FA is #FCF705. Grayscale: #212121. Windows color (decimal): -16578310 or 16386051. OLE color: 16386051.
HSL color Cylindrical-coordinate representation of color #0308FA: hue angle of 238.79º 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 #0308FA is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 8 | 250 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.02 |
| HSL | 238.79º | 0.98% | 0.5% | - |
| HSV(B) | 238.79º | 0.99% | 0.98% | - |
| XYZ | 17.38 | 7.1 | 90.9 | - |
| YUV | 34.09 | 249.84 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 250 | 0.99 | 0.97 | 0 | 0.02 | 238.79 | 0.98 | 0.5 |
| Hex | 3 | 8 | FA | 63 | 61 | 0 | 2 | EF | 62 | 32 |
| Octal | 3 | 10 | 372 | 143 | 141 | 0 | 2 | 357 | 142 | 62 |
| Binary | 11 | 1000 | 11111010 | 1100011 | 1100001 | 0 | 10 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0308FA
Complementary color
Monochromatic Colors of #0308FA
Black with #0308FA
Text Example
Text Example
White with #0308FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0308FA; }
p { color: rgb(3,8,250); }
H1.HeaderClassName
{
color: #0308FA;
}
.AnyTagClassName
{
color: #0308FA;
}
</style>
background-color css
<style>
a { background-color: #0308FA; }
a { background-color: rgb(3,8,250); }
div.DivClassName
{
background-color: #0308FA;
}
.BgClassName
{
background-color: #0308FA;
}
</style>
border-color css
<style>
span { border-color: #0308FA; }
span { border-color: rgb(3,8,250); }
td.TdClassName
{
border-color: #0308FA;
}
.TagClassName
{
border-color: #0308FA;
}
</style>