Shades of Blue #040CF5
Tints of Blue #040CF5
RGB
CMYK
RGB Variations
Color information
#040CF5 (or 0x040CF5) is known color: Blue. HEX triplet: 04, 0C and F5. RGB value is (4,12,245). Sum of RGB (Red+Green+Blue) = 4+12+245=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 245 (96.09% from 255 or 93.87% from 261); Max value from RGB is 245 - color contains mainly: blue. Hex color #040CF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CF5 is #FBF30A. Grayscale: #232323. Windows color (decimal): -16511755 or 16059396. OLE color: 16059396.
HSL color Cylindrical-coordinate representation of color #040CF5: hue angle of 238.01º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040CF5 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 12 | 245 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.04 |
| HSL | 238.01º | 0.97% | 0.49% | - |
| HSV(B) | 238.01º | 0.98% | 0.96% | - |
| XYZ | 16.66 | 6.88 | 86.84 | - |
| YUV | 36.17 | 245.85 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 245 | 0.98 | 0.95 | 0 | 0.04 | 238.01 | 0.97 | 0.49 |
| Hex | 4 | C | F5 | 62 | 5F | 0 | 4 | EE | 61 | 31 |
| Octal | 4 | 14 | 365 | 142 | 137 | 0 | 4 | 356 | 141 | 61 |
| Binary | 100 | 1100 | 11110101 | 1100010 | 1011111 | 0 | 100 | 11101110 | 1100001 | 110001 |
Color Harmonies of #040CF5
Complementary color
Monochromatic Colors of #040CF5
Black with #040CF5
Text Example
Text Example
White with #040CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CF5; }
p { color: rgb(4,12,245); }
H1.HeaderClassName
{
color: #040CF5;
}
.AnyTagClassName
{
color: #040CF5;
}
</style>
background-color css
<style>
a { background-color: #040CF5; }
a { background-color: rgb(4,12,245); }
div.DivClassName
{
background-color: #040CF5;
}
.BgClassName
{
background-color: #040CF5;
}
</style>
border-color css
<style>
span { border-color: #040CF5; }
span { border-color: rgb(4,12,245); }
td.TdClassName
{
border-color: #040CF5;
}
.TagClassName
{
border-color: #040CF5;
}
</style>