Shades of Blue #0308FC
Tints of Blue #0308FC
RGB
CMYK
RGB Variations
Color information
#0308FC (or 0x0308FC) is known color: Blue. HEX triplet: 03, 08 and FC. RGB value is (3,8,252). Sum of RGB (Red+Green+Blue) = 3+8+252=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 252 (98.83% from 255 or 95.82% from 263); Max value from RGB is 252 - color contains mainly: blue. Hex color #0308FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0308FC is #FCF703. Grayscale: #212121. Windows color (decimal): -16578308 or 16517123. OLE color: 16517123.
HSL color Cylindrical-coordinate representation of color #0308FC: hue angle of 238.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0308FC is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 8 | 252 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.01 |
| HSL | 238.8º | 0.98% | 0.5% | - |
| HSV(B) | 238.8º | 0.99% | 0.99% | - |
| XYZ | 17.7 | 7.22 | 92.56 | - |
| YUV | 34.32 | 250.84 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 252 | 0.99 | 0.97 | 0 | 0.01 | 238.8 | 0.98 | 0.5 |
| Hex | 3 | 8 | FC | 63 | 61 | 0 | 1 | EF | 62 | 32 |
| Octal | 3 | 10 | 374 | 143 | 141 | 0 | 1 | 357 | 142 | 62 |
| Binary | 11 | 1000 | 11111100 | 1100011 | 1100001 | 0 | 1 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0308FC
Complementary color
Monochromatic Colors of #0308FC
Black with #0308FC
Text Example
Text Example
White with #0308FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0308FC; }
p { color: rgb(3,8,252); }
H1.HeaderClassName
{
color: #0308FC;
}
.AnyTagClassName
{
color: #0308FC;
}
</style>
background-color css
<style>
a { background-color: #0308FC; }
a { background-color: rgb(3,8,252); }
div.DivClassName
{
background-color: #0308FC;
}
.BgClassName
{
background-color: #0308FC;
}
</style>
border-color css
<style>
span { border-color: #0308FC; }
span { border-color: rgb(3,8,252); }
td.TdClassName
{
border-color: #0308FC;
}
.TagClassName
{
border-color: #0308FC;
}
</style>