Shades of Blue #0307FB
Tints of Blue #0307FB
RGB
CMYK
RGB Variations
Color information
#0307FB (or 0x0307FB) is known color: Blue. HEX triplet: 03, 07 and FB. RGB value is (3,7,251). Sum of RGB (Red+Green+Blue) = 3+7+251=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 251 (98.44% from 255 or 96.17% from 261); Max value from RGB is 251 - color contains mainly: blue. Hex color #0307FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0307FB is #FCF804. Grayscale: #202020. Windows color (decimal): -16578565 or 16451331. OLE color: 16451331.
HSL color Cylindrical-coordinate representation of color #0307FB: hue angle of 239.03º 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 #0307FB is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 7 | 251 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.02 |
| HSL | 239.03º | 0.98% | 0.5% | - |
| HSV(B) | 239.03º | 0.99% | 0.98% | - |
| XYZ | 17.53 | 7.14 | 91.72 | - |
| YUV | 33.62 | 250.67 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 251 | 0.99 | 0.97 | 0 | 0.02 | 239.03 | 0.98 | 0.5 |
| Hex | 3 | 7 | FB | 63 | 61 | 0 | 2 | EF | 62 | 32 |
| Octal | 3 | 7 | 373 | 143 | 141 | 0 | 2 | 357 | 142 | 62 |
| Binary | 11 | 111 | 11111011 | 1100011 | 1100001 | 0 | 10 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0307FB
Complementary color
Monochromatic Colors of #0307FB
Black with #0307FB
Text Example
Text Example
White with #0307FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0307FB; }
p { color: rgb(3,7,251); }
H1.HeaderClassName
{
color: #0307FB;
}
.AnyTagClassName
{
color: #0307FB;
}
</style>
background-color css
<style>
a { background-color: #0307FB; }
a { background-color: rgb(3,7,251); }
div.DivClassName
{
background-color: #0307FB;
}
.BgClassName
{
background-color: #0307FB;
}
</style>
border-color css
<style>
span { border-color: #0307FB; }
span { border-color: rgb(3,7,251); }
td.TdClassName
{
border-color: #0307FB;
}
.TagClassName
{
border-color: #0307FB;
}
</style>