Shades of Blue #003CFE
Tints of Blue #003CFE
RGB
CMYK
RGB Variations
Color information
#003CFE (or 0x003CFE) is known color: Blue. HEX triplet: 00, 3C and FE. RGB value is (0,60,254). Sum of RGB (Red+Green+Blue) = 0+60+254=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #003CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CFE is #FFC301. Grayscale: #3F3F3F. Windows color (decimal): -16761602 or 16661504. OLE color: 16661504.
HSL color Cylindrical-coordinate representation of color #003CFE: hue angle of 225.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CFE is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 60 | 254 | - |
| CMYK | 1 | 0.76 | 0 | 0.00 |
| HSL | 225.83º | 1% | 0.5% | - |
| HSV(B) | 225.83º | 1% | 1% | - |
| XYZ | 19.51 | 10.39 | 94.74 | - |
| YUV | 64.18 | 235.12 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 254 | 1 | 0.76 | 0 | 0.00 | 225.83 | 1 | 0.5 |
| Hex | 0 | 3C | FE | 64 | 4C | 0 | 0 | E2 | 64 | 32 |
| Octal | 0 | 74 | 376 | 144 | 114 | 0 | 0 | 342 | 144 | 62 |
| Binary | 0 | 111100 | 11111110 | 1100100 | 1001100 | 0 | 0 | 11100010 | 1100100 | 110010 |
Color Harmonies of #003CFE
Complementary color
Monochromatic Colors of #003CFE
Black with #003CFE
Text Example
Text Example
White with #003CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CFE; }
p { color: rgb(0,60,254); }
H1.HeaderClassName
{
color: #003CFE;
}
.AnyTagClassName
{
color: #003CFE;
}
</style>
background-color css
<style>
a { background-color: #003CFE; }
a { background-color: rgb(0,60,254); }
div.DivClassName
{
background-color: #003CFE;
}
.BgClassName
{
background-color: #003CFE;
}
</style>
border-color css
<style>
span { border-color: #003CFE; }
span { border-color: rgb(0,60,254); }
td.TdClassName
{
border-color: #003CFE;
}
.TagClassName
{
border-color: #003CFE;
}
</style>