Shades of Blue #0307FE
Tints of Blue #0307FE
RGB
CMYK
RGB Variations
Color information
#0307FE (or 0x0307FE) is known color: Blue. HEX triplet: 03, 07 and FE. RGB value is (3,7,254). Sum of RGB (Red+Green+Blue) = 3+7+254=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 254 (99.61% from 255 or 96.21% from 264); Max value from RGB is 254 - color contains mainly: blue. Hex color #0307FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0307FE is #FCF801. Grayscale: #202020. Windows color (decimal): -16578562 or 16647939. OLE color: 16647939.
HSL color Cylindrical-coordinate representation of color #0307FE: hue angle of 239.04º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0307FE is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 7 | 254 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.00 |
| HSL | 239.04º | 0.99% | 0.5% | - |
| HSV(B) | 239.04º | 0.99% | 1% | - |
| XYZ | 18 | 7.33 | 94.23 | - |
| YUV | 33.96 | 252.17 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 254 | 0.99 | 0.97 | 0 | 0.00 | 239.04 | 0.99 | 0.5 |
| Hex | 3 | 7 | FE | 63 | 61 | 0 | 0 | EF | 63 | 32 |
| Octal | 3 | 7 | 376 | 143 | 141 | 0 | 0 | 357 | 143 | 62 |
| Binary | 11 | 111 | 11111110 | 1100011 | 1100001 | 0 | 0 | 11101111 | 1100011 | 110010 |
Color Harmonies of #0307FE
Complementary color
Monochromatic Colors of #0307FE
Black with #0307FE
Text Example
Text Example
White with #0307FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0307FE; }
p { color: rgb(3,7,254); }
H1.HeaderClassName
{
color: #0307FE;
}
.AnyTagClassName
{
color: #0307FE;
}
</style>
background-color css
<style>
a { background-color: #0307FE; }
a { background-color: rgb(3,7,254); }
div.DivClassName
{
background-color: #0307FE;
}
.BgClassName
{
background-color: #0307FE;
}
</style>
border-color css
<style>
span { border-color: #0307FE; }
span { border-color: rgb(3,7,254); }
td.TdClassName
{
border-color: #0307FE;
}
.TagClassName
{
border-color: #0307FE;
}
</style>