Shades of Blue #030FFE
Tints of Blue #030FFE
RGB
CMYK
RGB Variations
Color information
#030FFE (or 0x030FFE) is known color: Blue. HEX triplet: 03, 0F and FE. RGB value is (3,15,254). Sum of RGB (Red+Green+Blue) = 3+15+254=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 254 (99.61% from 255 or 93.38% from 272); Max value from RGB is 254 - color contains mainly: blue. Hex color #030FFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FFE is #FCF001. Grayscale: #252525. Windows color (decimal): -16576514 or 16649987. OLE color: 16649987.
HSL color Cylindrical-coordinate representation of color #030FFE: hue angle of 237.13º 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 #030FFE is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 15 | 254 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.00 |
| HSL | 237.13º | 0.99% | 0.5% | - |
| HSV(B) | 237.13º | 0.99% | 1% | - |
| XYZ | 18.1 | 7.52 | 94.26 | - |
| YUV | 38.66 | 249.52 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 254 | 0.99 | 0.94 | 0 | 0.00 | 237.13 | 0.99 | 0.5 |
| Hex | 3 | F | FE | 63 | 5E | 0 | 0 | ED | 63 | 32 |
| Octal | 3 | 17 | 376 | 143 | 136 | 0 | 0 | 355 | 143 | 62 |
| Binary | 11 | 1111 | 11111110 | 1100011 | 1011110 | 0 | 0 | 11101101 | 1100011 | 110010 |
Color Harmonies of #030FFE
Complementary color
Monochromatic Colors of #030FFE
Black with #030FFE
Text Example
Text Example
White with #030FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FFE; }
p { color: rgb(3,15,254); }
H1.HeaderClassName
{
color: #030FFE;
}
.AnyTagClassName
{
color: #030FFE;
}
</style>
background-color css
<style>
a { background-color: #030FFE; }
a { background-color: rgb(3,15,254); }
div.DivClassName
{
background-color: #030FFE;
}
.BgClassName
{
background-color: #030FFE;
}
</style>
border-color css
<style>
span { border-color: #030FFE; }
span { border-color: rgb(3,15,254); }
td.TdClassName
{
border-color: #030FFE;
}
.TagClassName
{
border-color: #030FFE;
}
</style>