Shades of Blue #030AFD
Tints of Blue #030AFD
RGB
CMYK
RGB Variations
Color information
#030AFD (or 0x030AFD) is known color: Blue. HEX triplet: 03, 0A and FD. RGB value is (3,10,253). Sum of RGB (Red+Green+Blue) = 3+10+253=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 253 (99.22% from 255 or 95.11% from 266); Max value from RGB is 253 - color contains mainly: blue. Hex color #030AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030AFD is #FCF502. Grayscale: #222222. Windows color (decimal): -16577795 or 16583171. OLE color: 16583171.
HSL color Cylindrical-coordinate representation of color #030AFD: hue angle of 238.32º 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 #030AFD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 10 | 253 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.01 |
| HSL | 238.32º | 0.98% | 0.5% | - |
| HSV(B) | 238.32º | 0.99% | 0.99% | - |
| XYZ | 17.88 | 7.33 | 93.4 | - |
| YUV | 35.61 | 250.68 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 253 | 0.99 | 0.96 | 0 | 0.01 | 238.32 | 0.98 | 0.5 |
| Hex | 3 | A | FD | 63 | 60 | 0 | 1 | EE | 62 | 32 |
| Octal | 3 | 12 | 375 | 143 | 140 | 0 | 1 | 356 | 142 | 62 |
| Binary | 11 | 1010 | 11111101 | 1100011 | 1100000 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #030AFD
Complementary color
Monochromatic Colors of #030AFD
Black with #030AFD
Text Example
Text Example
White with #030AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AFD; }
p { color: rgb(3,10,253); }
H1.HeaderClassName
{
color: #030AFD;
}
.AnyTagClassName
{
color: #030AFD;
}
</style>
background-color css
<style>
a { background-color: #030AFD; }
a { background-color: rgb(3,10,253); }
div.DivClassName
{
background-color: #030AFD;
}
.BgClassName
{
background-color: #030AFD;
}
</style>
border-color css
<style>
span { border-color: #030AFD; }
span { border-color: rgb(3,10,253); }
td.TdClassName
{
border-color: #030AFD;
}
.TagClassName
{
border-color: #030AFD;
}
</style>