Shades of Blue #0305FB
Tints of Blue #0305FB
RGB
CMYK
RGB Variations
Color information
#0305FB (or 0x0305FB) is known color: Blue. HEX triplet: 03, 05 and FB. RGB value is (3,5,251). Sum of RGB (Red+Green+Blue) = 3+5+251=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 251 (98.44% from 255 or 96.91% from 259); Max value from RGB is 251 - color contains mainly: blue. Hex color #0305FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0305FB is #FCFA04. Grayscale: #1F1F1F. Windows color (decimal): -16579077 or 16450819. OLE color: 16450819.
HSL color Cylindrical-coordinate representation of color #0305FB: hue angle of 239.52º 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 #0305FB is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 5 | 251 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.02 |
| HSL | 239.52º | 0.98% | 0.5% | - |
| HSV(B) | 239.52º | 0.99% | 0.98% | - |
| XYZ | 17.5 | 7.09 | 91.71 | - |
| YUV | 32.45 | 251.34 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 251 | 0.99 | 0.98 | 0 | 0.02 | 239.52 | 0.98 | 0.5 |
| Hex | 3 | 5 | FB | 63 | 62 | 0 | 2 | F0 | 62 | 32 |
| Octal | 3 | 5 | 373 | 143 | 142 | 0 | 2 | 360 | 142 | 62 |
| Binary | 11 | 101 | 11111011 | 1100011 | 1100010 | 0 | 10 | 11110000 | 1100010 | 110010 |
Color Harmonies of #0305FB
Complementary color
Monochromatic Colors of #0305FB
Black with #0305FB
Text Example
Text Example
White with #0305FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0305FB; }
p { color: rgb(3,5,251); }
H1.HeaderClassName
{
color: #0305FB;
}
.AnyTagClassName
{
color: #0305FB;
}
</style>
background-color css
<style>
a { background-color: #0305FB; }
a { background-color: rgb(3,5,251); }
div.DivClassName
{
background-color: #0305FB;
}
.BgClassName
{
background-color: #0305FB;
}
</style>
border-color css
<style>
span { border-color: #0305FB; }
span { border-color: rgb(3,5,251); }
td.TdClassName
{
border-color: #0305FB;
}
.TagClassName
{
border-color: #0305FB;
}
</style>