Shades of Blue #030AFE
Tints of Blue #030AFE
RGB
CMYK
RGB Variations
Color information
#030AFE (or 0x030AFE) is known color: Blue. HEX triplet: 03, 0A and FE. RGB value is (3,10,254). Sum of RGB (Red+Green+Blue) = 3+10+254=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 254 (99.61% from 255 or 95.13% from 267); Max value from RGB is 254 - color contains mainly: blue. Hex color #030AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030AFE is #FCF501. Grayscale: #222222. Windows color (decimal): -16577794 or 16648707. OLE color: 16648707.
HSL color Cylindrical-coordinate representation of color #030AFE: hue angle of 238.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030AFE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 10 | 254 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.00 |
| HSL | 238.33º | 0.99% | 0.5% | - |
| HSV(B) | 238.33º | 0.99% | 1% | - |
| XYZ | 18.04 | 7.39 | 94.24 | - |
| YUV | 35.72 | 251.18 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 254 | 0.99 | 0.96 | 0 | 0.00 | 238.33 | 0.99 | 0.5 |
| Hex | 3 | A | FE | 63 | 60 | 0 | 0 | EE | 63 | 32 |
| Octal | 3 | 12 | 376 | 143 | 140 | 0 | 0 | 356 | 143 | 62 |
| Binary | 11 | 1010 | 11111110 | 1100011 | 1100000 | 0 | 0 | 11101110 | 1100011 | 110010 |
Color Harmonies of #030AFE
Complementary color
Monochromatic Colors of #030AFE
Black with #030AFE
Text Example
Text Example
White with #030AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AFE; }
p { color: rgb(3,10,254); }
H1.HeaderClassName
{
color: #030AFE;
}
.AnyTagClassName
{
color: #030AFE;
}
</style>
background-color css
<style>
a { background-color: #030AFE; }
a { background-color: rgb(3,10,254); }
div.DivClassName
{
background-color: #030AFE;
}
.BgClassName
{
background-color: #030AFE;
}
</style>
border-color css
<style>
span { border-color: #030AFE; }
span { border-color: rgb(3,10,254); }
td.TdClassName
{
border-color: #030AFE;
}
.TagClassName
{
border-color: #030AFE;
}
</style>