Shades of Blue #030FFA
Tints of Blue #030FFA
RGB
CMYK
RGB Variations
Color information
#030FFA (or 0x030FFA) is known color: Blue. HEX triplet: 03, 0F and FA. RGB value is (3,15,250). Sum of RGB (Red+Green+Blue) = 3+15+250=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 250 (98.05% from 255 or 93.28% from 268); Max value from RGB is 250 - color contains mainly: blue. Hex color #030FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FFA is #FCF005. Grayscale: #252525. Windows color (decimal): -16576518 or 16387843. OLE color: 16387843.
HSL color Cylindrical-coordinate representation of color #030FFA: hue angle of 237.09º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FFA is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 15 | 250 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.02 |
| HSL | 237.09º | 0.98% | 0.5% | - |
| HSV(B) | 237.09º | 0.99% | 0.98% | - |
| XYZ | 17.46 | 7.26 | 90.92 | - |
| YUV | 38.2 | 247.52 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 250 | 0.99 | 0.94 | 0 | 0.02 | 237.09 | 0.98 | 0.5 |
| Hex | 3 | F | FA | 63 | 5E | 0 | 2 | ED | 62 | 32 |
| Octal | 3 | 17 | 372 | 143 | 136 | 0 | 2 | 355 | 142 | 62 |
| Binary | 11 | 1111 | 11111010 | 1100011 | 1011110 | 0 | 10 | 11101101 | 1100010 | 110010 |
Color Harmonies of #030FFA
Complementary color
Monochromatic Colors of #030FFA
Black with #030FFA
Text Example
Text Example
White with #030FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FFA; }
p { color: rgb(3,15,250); }
H1.HeaderClassName
{
color: #030FFA;
}
.AnyTagClassName
{
color: #030FFA;
}
</style>
background-color css
<style>
a { background-color: #030FFA; }
a { background-color: rgb(3,15,250); }
div.DivClassName
{
background-color: #030FFA;
}
.BgClassName
{
background-color: #030FFA;
}
</style>
border-color css
<style>
span { border-color: #030FFA; }
span { border-color: rgb(3,15,250); }
td.TdClassName
{
border-color: #030FFA;
}
.TagClassName
{
border-color: #030FFA;
}
</style>