Shades of Blue #031EFD
Tints of Blue #031EFD
RGB
CMYK
RGB Variations
Color information
#031EFD (or 0x031EFD) is known color: Blue. HEX triplet: 03, 1E and FD. RGB value is (3,30,253). Sum of RGB (Red+Green+Blue) = 3+30+253=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 253 (99.22% from 255 or 88.46% from 286); Max value from RGB is 253 - color contains mainly: blue. Hex color #031EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031EFD is #FCE102. Grayscale: #2E2E2E. Windows color (decimal): -16572675 or 16588291. OLE color: 16588291.
HSL color Cylindrical-coordinate representation of color #031EFD: hue angle of 233.52º 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 #031EFD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 30 | 253 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.01 |
| HSL | 233.52º | 0.98% | 0.5% | - |
| HSV(B) | 233.52º | 0.99% | 0.99% | - |
| XYZ | 18.23 | 8.04 | 93.52 | - |
| YUV | 47.35 | 244.05 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 253 | 0.99 | 0.88 | 0 | 0.01 | 233.52 | 0.98 | 0.5 |
| Hex | 3 | 1E | FD | 63 | 58 | 0 | 1 | EA | 62 | 32 |
| Octal | 3 | 36 | 375 | 143 | 130 | 0 | 1 | 352 | 142 | 62 |
| Binary | 11 | 11110 | 11111101 | 1100011 | 1011000 | 0 | 1 | 11101010 | 1100010 | 110010 |
Color Harmonies of #031EFD
Complementary color
Monochromatic Colors of #031EFD
Black with #031EFD
Text Example
Text Example
White with #031EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EFD; }
p { color: rgb(3,30,253); }
H1.HeaderClassName
{
color: #031EFD;
}
.AnyTagClassName
{
color: #031EFD;
}
</style>
background-color css
<style>
a { background-color: #031EFD; }
a { background-color: rgb(3,30,253); }
div.DivClassName
{
background-color: #031EFD;
}
.BgClassName
{
background-color: #031EFD;
}
</style>
border-color css
<style>
span { border-color: #031EFD; }
span { border-color: rgb(3,30,253); }
td.TdClassName
{
border-color: #031EFD;
}
.TagClassName
{
border-color: #031EFD;
}
</style>