Shades of Blue #030AF1
Tints of Blue #030AF1
RGB
CMYK
RGB Variations
Color information
#030AF1 (or 0x030AF1) is known color: Blue. HEX triplet: 03, 0A and F1. RGB value is (3,10,241). Sum of RGB (Red+Green+Blue) = 3+10+241=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 241 (94.53% from 255 or 94.88% from 254); Max value from RGB is 241 - color contains mainly: blue. Hex color #030AF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030AF1 is #FCF50E. Grayscale: #212121. Windows color (decimal): -16577807 or 15796739. OLE color: 15796739.
HSL color Cylindrical-coordinate representation of color #030AF1: hue angle of 238.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030AF1 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 10 | 241 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.05 |
| HSL | 238.24º | 0.98% | 0.48% | - |
| HSV(B) | 238.24º | 0.99% | 0.95% | - |
| XYZ | 16.02 | 6.59 | 83.65 | - |
| YUV | 34.24 | 244.68 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 241 | 0.99 | 0.96 | 0 | 0.05 | 238.24 | 0.98 | 0.48 |
| Hex | 3 | A | F1 | 63 | 60 | 0 | 5 | EE | 62 | 30 |
| Octal | 3 | 12 | 361 | 143 | 140 | 0 | 5 | 356 | 142 | 60 |
| Binary | 11 | 1010 | 11110001 | 1100011 | 1100000 | 0 | 101 | 11101110 | 1100010 | 110000 |
Color Harmonies of #030AF1
Complementary color
Monochromatic Colors of #030AF1
Black with #030AF1
Text Example
Text Example
White with #030AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AF1; }
p { color: rgb(3,10,241); }
H1.HeaderClassName
{
color: #030AF1;
}
.AnyTagClassName
{
color: #030AF1;
}
</style>
background-color css
<style>
a { background-color: #030AF1; }
a { background-color: rgb(3,10,241); }
div.DivClassName
{
background-color: #030AF1;
}
.BgClassName
{
background-color: #030AF1;
}
</style>
border-color css
<style>
span { border-color: #030AF1; }
span { border-color: rgb(3,10,241); }
td.TdClassName
{
border-color: #030AF1;
}
.TagClassName
{
border-color: #030AF1;
}
</style>