Shades of Blue #030AF2
Tints of Blue #030AF2
RGB
CMYK
RGB Variations
Color information
#030AF2 (or 0x030AF2) is known color: Blue. HEX triplet: 03, 0A and F2. RGB value is (3,10,242). Sum of RGB (Red+Green+Blue) = 3+10+242=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 242 (94.92% from 255 or 94.90% from 255); Max value from RGB is 242 - color contains mainly: blue. Hex color #030AF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030AF2 is #FCF50D. Grayscale: #212121. Windows color (decimal): -16577806 or 15862275. OLE color: 15862275.
HSL color Cylindrical-coordinate representation of color #030AF2: 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 #030AF2 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 10 | 242 | - |
| 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.17 | 6.65 | 84.44 | - |
| YUV | 34.36 | 245.18 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 242 | 0.99 | 0.96 | 0 | 0.05 | 238.24 | 0.98 | 0.48 |
| Hex | 3 | A | F2 | 63 | 60 | 0 | 5 | EE | 62 | 30 |
| Octal | 3 | 12 | 362 | 143 | 140 | 0 | 5 | 356 | 142 | 60 |
| Binary | 11 | 1010 | 11110010 | 1100011 | 1100000 | 0 | 101 | 11101110 | 1100010 | 110000 |
Color Harmonies of #030AF2
Complementary color
Monochromatic Colors of #030AF2
Black with #030AF2
Text Example
Text Example
White with #030AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AF2; }
p { color: rgb(3,10,242); }
H1.HeaderClassName
{
color: #030AF2;
}
.AnyTagClassName
{
color: #030AF2;
}
</style>
background-color css
<style>
a { background-color: #030AF2; }
a { background-color: rgb(3,10,242); }
div.DivClassName
{
background-color: #030AF2;
}
.BgClassName
{
background-color: #030AF2;
}
</style>
border-color css
<style>
span { border-color: #030AF2; }
span { border-color: rgb(3,10,242); }
td.TdClassName
{
border-color: #030AF2;
}
.TagClassName
{
border-color: #030AF2;
}
</style>