Shades of Blue #0303F6
Tints of Blue #0303F6
RGB
CMYK
RGB Variations
Color information
#0303F6 (or 0x0303F6) is known color: Blue. HEX triplet: 03, 03 and F6. RGB value is (3,3,246). Sum of RGB (Red+Green+Blue) = 3+3+246=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 246 (96.48% from 255 or 97.62% from 252); Max value from RGB is 246 - color contains mainly: blue. Hex color #0303F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0303F6 is #FCFC09. Grayscale: #1D1D1D. Windows color (decimal): -16579594 or 16122627. OLE color: 16122627.
HSL color Cylindrical-coordinate representation of color #0303F6: hue angle of 240º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0303F6 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 3 | 246 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.04 |
| HSL | 240º | 0.98% | 0.49% | - |
| HSV(B) | 240º | 0.99% | 0.96% | - |
| XYZ | 16.7 | 6.74 | 87.61 | - |
| YUV | 30.7 | 249.5 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 246 | 0.99 | 0.99 | 0 | 0.04 | 240 | 0.98 | 0.49 |
| Hex | 3 | 3 | F6 | 63 | 63 | 0 | 4 | F0 | 62 | 31 |
| Octal | 3 | 3 | 366 | 143 | 143 | 0 | 4 | 360 | 142 | 61 |
| Binary | 11 | 11 | 11110110 | 1100011 | 1100011 | 0 | 100 | 11110000 | 1100010 | 110001 |
Color Harmonies of #0303F6
Complementary color
Monochromatic Colors of #0303F6
Black with #0303F6
Text Example
Text Example
White with #0303F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0303F6; }
p { color: rgb(3,3,246); }
H1.HeaderClassName
{
color: #0303F6;
}
.AnyTagClassName
{
color: #0303F6;
}
</style>
background-color css
<style>
a { background-color: #0303F6; }
a { background-color: rgb(3,3,246); }
div.DivClassName
{
background-color: #0303F6;
}
.BgClassName
{
background-color: #0303F6;
}
</style>
border-color css
<style>
span { border-color: #0303F6; }
span { border-color: rgb(3,3,246); }
td.TdClassName
{
border-color: #0303F6;
}
.TagClassName
{
border-color: #0303F6;
}
</style>