Shades of Blue #030AFC
Tints of Blue #030AFC
RGB
CMYK
RGB Variations
Color information
#030AFC (or 0x030AFC) is known color: Blue. HEX triplet: 03, 0A and FC. RGB value is (3,10,252). Sum of RGB (Red+Green+Blue) = 3+10+252=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 252 (98.83% from 255 or 95.09% from 265); Max value from RGB is 252 - color contains mainly: blue. Hex color #030AFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030AFC is #FCF503. Grayscale: #222222. Windows color (decimal): -16577796 or 16517635. OLE color: 16517635.
HSL color Cylindrical-coordinate representation of color #030AFC: hue angle of 238.31º 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 #030AFC is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 10 | 252 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.01 |
| HSL | 238.31º | 0.98% | 0.5% | - |
| HSV(B) | 238.31º | 0.99% | 0.99% | - |
| XYZ | 17.72 | 7.26 | 92.56 | - |
| YUV | 35.5 | 250.18 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 252 | 0.99 | 0.96 | 0 | 0.01 | 238.31 | 0.98 | 0.5 |
| Hex | 3 | A | FC | 63 | 60 | 0 | 1 | EE | 62 | 32 |
| Octal | 3 | 12 | 374 | 143 | 140 | 0 | 1 | 356 | 142 | 62 |
| Binary | 11 | 1010 | 11111100 | 1100011 | 1100000 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #030AFC
Complementary color
Monochromatic Colors of #030AFC
Black with #030AFC
Text Example
Text Example
White with #030AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AFC; }
p { color: rgb(3,10,252); }
H1.HeaderClassName
{
color: #030AFC;
}
.AnyTagClassName
{
color: #030AFC;
}
</style>
background-color css
<style>
a { background-color: #030AFC; }
a { background-color: rgb(3,10,252); }
div.DivClassName
{
background-color: #030AFC;
}
.BgClassName
{
background-color: #030AFC;
}
</style>
border-color css
<style>
span { border-color: #030AFC; }
span { border-color: rgb(3,10,252); }
td.TdClassName
{
border-color: #030AFC;
}
.TagClassName
{
border-color: #030AFC;
}
</style>