Shades of Medium Blue #0307CE
Tints of Medium Blue #0307CE
RGB
CMYK
RGB Variations
Color information
#0307CE (or 0x0307CE) is known color: Medium Blue. HEX triplet: 03, 07 and CE. RGB value is (3,7,206). Sum of RGB (Red+Green+Blue) = 3+7+206=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 206 (80.86% from 255 or 95.37% from 216); Max value from RGB is 206 - color contains mainly: blue. Hex color #0307CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307CE is #FCF831. Grayscale: #1B1B1B. Windows color (decimal): -16578610 or 13502211. OLE color: 13502211.
HSL color Cylindrical-coordinate representation of color #0307CE: hue angle of 238.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0307CE is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 7 | 206 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.19 |
| HSL | 238.82º | 0.97% | 0.41% | - |
| HSV(B) | 238.82º | 0.99% | 0.81% | - |
| XYZ | 11.25 | 4.63 | 58.69 | - |
| YUV | 28.49 | 228.17 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 206 | 0.99 | 0.97 | 0 | 0.19 | 238.82 | 0.97 | 0.41 |
| Hex | 3 | 7 | CE | 63 | 61 | 0 | 13 | EF | 61 | 29 |
| Octal | 3 | 7 | 316 | 143 | 141 | 0 | 23 | 357 | 141 | 51 |
| Binary | 11 | 111 | 11001110 | 1100011 | 1100001 | 0 | 10011 | 11101111 | 1100001 | 101001 |
Color Harmonies of #0307CE
Complementary color
Monochromatic Colors of #0307CE
Black with #0307CE
Text Example
Text Example
White with #0307CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0307CE; }
p { color: rgb(3,7,206); }
H1.HeaderClassName
{
color: #0307CE;
}
.AnyTagClassName
{
color: #0307CE;
}
</style>
background-color css
<style>
a { background-color: #0307CE; }
a { background-color: rgb(3,7,206); }
div.DivClassName
{
background-color: #0307CE;
}
.BgClassName
{
background-color: #0307CE;
}
</style>
border-color css
<style>
span { border-color: #0307CE; }
span { border-color: rgb(3,7,206); }
td.TdClassName
{
border-color: #0307CE;
}
.TagClassName
{
border-color: #0307CE;
}
</style>