Shades of Blue #030AF5
Tints of Blue #030AF5
RGB
CMYK
RGB Variations
Color information
#030AF5 (or 0x030AF5) is known color: Blue. HEX triplet: 03, 0A and F5. RGB value is (3,10,245). Sum of RGB (Red+Green+Blue) = 3+10+245=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 245 (96.09% from 255 or 94.96% from 258); Max value from RGB is 245 - color contains mainly: blue. Hex color #030AF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030AF5 is #FCF50A. Grayscale: #212121. Windows color (decimal): -16577803 or 16058883. OLE color: 16058883.
HSL color Cylindrical-coordinate representation of color #030AF5: hue angle of 238.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030AF5 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 10 | 245 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.04 |
| HSL | 238.26º | 0.98% | 0.49% | - |
| HSV(B) | 238.26º | 0.99% | 0.96% | - |
| XYZ | 16.63 | 6.83 | 86.83 | - |
| YUV | 34.7 | 246.68 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 245 | 0.99 | 0.96 | 0 | 0.04 | 238.26 | 0.98 | 0.49 |
| Hex | 3 | A | F5 | 63 | 60 | 0 | 4 | EE | 62 | 31 |
| Octal | 3 | 12 | 365 | 143 | 140 | 0 | 4 | 356 | 142 | 61 |
| Binary | 11 | 1010 | 11110101 | 1100011 | 1100000 | 0 | 100 | 11101110 | 1100010 | 110001 |
Color Harmonies of #030AF5
Complementary color
Monochromatic Colors of #030AF5
Black with #030AF5
Text Example
Text Example
White with #030AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AF5; }
p { color: rgb(3,10,245); }
H1.HeaderClassName
{
color: #030AF5;
}
.AnyTagClassName
{
color: #030AF5;
}
</style>
background-color css
<style>
a { background-color: #030AF5; }
a { background-color: rgb(3,10,245); }
div.DivClassName
{
background-color: #030AF5;
}
.BgClassName
{
background-color: #030AF5;
}
</style>
border-color css
<style>
span { border-color: #030AF5; }
span { border-color: rgb(3,10,245); }
td.TdClassName
{
border-color: #030AF5;
}
.TagClassName
{
border-color: #030AF5;
}
</style>