Shades of Blue #031CFE
Tints of Blue #031CFE
RGB
CMYK
RGB Variations
Color information
#031CFE (or 0x031CFE) is known color: Blue. HEX triplet: 03, 1C and FE. RGB value is (3,28,254). Sum of RGB (Red+Green+Blue) = 3+28+254=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 254 (99.61% from 255 or 89.12% from 285); Max value from RGB is 254 - color contains mainly: blue. Hex color #031CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031CFE is #FCE301. Grayscale: #2D2D2D. Windows color (decimal): -16573186 or 16653315. OLE color: 16653315.
HSL color Cylindrical-coordinate representation of color #031CFE: hue angle of 234.02º 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 #031CFE is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 28 | 254 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.00 |
| HSL | 234.02º | 0.99% | 0.5% | - |
| HSV(B) | 234.02º | 0.99% | 1% | - |
| XYZ | 18.34 | 8.01 | 94.34 | - |
| YUV | 46.29 | 245.22 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 254 | 0.99 | 0.89 | 0 | 0.00 | 234.02 | 0.99 | 0.5 |
| Hex | 3 | 1C | FE | 63 | 59 | 0 | 0 | EA | 63 | 32 |
| Octal | 3 | 34 | 376 | 143 | 131 | 0 | 0 | 352 | 143 | 62 |
| Binary | 11 | 11100 | 11111110 | 1100011 | 1011001 | 0 | 0 | 11101010 | 1100011 | 110010 |
Color Harmonies of #031CFE
Complementary color
Monochromatic Colors of #031CFE
Black with #031CFE
Text Example
Text Example
White with #031CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CFE; }
p { color: rgb(3,28,254); }
H1.HeaderClassName
{
color: #031CFE;
}
.AnyTagClassName
{
color: #031CFE;
}
</style>
background-color css
<style>
a { background-color: #031CFE; }
a { background-color: rgb(3,28,254); }
div.DivClassName
{
background-color: #031CFE;
}
.BgClassName
{
background-color: #031CFE;
}
</style>
border-color css
<style>
span { border-color: #031CFE; }
span { border-color: rgb(3,28,254); }
td.TdClassName
{
border-color: #031CFE;
}
.TagClassName
{
border-color: #031CFE;
}
</style>