Shades of Medium Blue #0307BF
Tints of Medium Blue #0307BF
RGB
CMYK
RGB Variations
Color information
#0307BF (or 0x0307BF) is known color: Medium Blue. HEX triplet: 03, 07 and BF. RGB value is (3,7,191). Sum of RGB (Red+Green+Blue) = 3+7+191=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 191 (75% from 255 or 95.02% from 201); Max value from RGB is 191 - color contains mainly: blue. Hex color #0307BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307BF is #FCF840. Grayscale: #1A1A1A. Windows color (decimal): -16578625 or 12519171. OLE color: 12519171.
HSL color Cylindrical-coordinate representation of color #0307BF: hue angle of 238.72º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0307BF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 7 | 191 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.25 |
| HSL | 238.72º | 0.97% | 0.38% | - |
| HSV(B) | 238.72º | 0.98% | 0.75% | - |
| XYZ | 9.52 | 3.93 | 49.55 | - |
| YUV | 26.78 | 220.67 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 191 | 0.98 | 0.96 | 0 | 0.25 | 238.72 | 0.97 | 0.38 |
| Hex | 3 | 7 | BF | 62 | 60 | 0 | 19 | EF | 61 | 26 |
| Octal | 3 | 7 | 277 | 142 | 140 | 0 | 31 | 357 | 141 | 46 |
| Binary | 11 | 111 | 10111111 | 1100010 | 1100000 | 0 | 11001 | 11101111 | 1100001 | 100110 |
Color Harmonies of #0307BF
Complementary color
Monochromatic Colors of #0307BF
Black with #0307BF
Text Example
Text Example
White with #0307BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0307BF; }
p { color: rgb(3,7,191); }
H1.HeaderClassName
{
color: #0307BF;
}
.AnyTagClassName
{
color: #0307BF;
}
</style>
background-color css
<style>
a { background-color: #0307BF; }
a { background-color: rgb(3,7,191); }
div.DivClassName
{
background-color: #0307BF;
}
.BgClassName
{
background-color: #0307BF;
}
</style>
border-color css
<style>
span { border-color: #0307BF; }
span { border-color: rgb(3,7,191); }
td.TdClassName
{
border-color: #0307BF;
}
.TagClassName
{
border-color: #0307BF;
}
</style>