Shades of Blue #023CFE
Tints of Blue #023CFE
RGB
CMYK
RGB Variations
Color information
#023CFE (or 0x023CFE) is known color: Blue. HEX triplet: 02, 3C and FE. RGB value is (2,60,254). Sum of RGB (Red+Green+Blue) = 2+60+254=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #023CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CFE is #FDC301. Grayscale: #3F3F3F. Windows color (decimal): -16630530 or 16661506. OLE color: 16661506.
HSL color Cylindrical-coordinate representation of color #023CFE: hue angle of 226.19º 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 #023CFE is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 60 | 254 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.00 |
| HSL | 226.19º | 0.99% | 0.5% | - |
| HSV(B) | 226.19º | 0.99% | 1% | - |
| XYZ | 19.53 | 10.4 | 94.74 | - |
| YUV | 64.77 | 234.78 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 254 | 0.99 | 0.76 | 0 | 0.00 | 226.19 | 0.99 | 0.5 |
| Hex | 2 | 3C | FE | 63 | 4C | 0 | 0 | E2 | 63 | 32 |
| Octal | 2 | 74 | 376 | 143 | 114 | 0 | 0 | 342 | 143 | 62 |
| Binary | 10 | 111100 | 11111110 | 1100011 | 1001100 | 0 | 0 | 11100010 | 1100011 | 110010 |
Color Harmonies of #023CFE
Complementary color
Monochromatic Colors of #023CFE
Black with #023CFE
Text Example
Text Example
White with #023CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CFE; }
p { color: rgb(2,60,254); }
H1.HeaderClassName
{
color: #023CFE;
}
.AnyTagClassName
{
color: #023CFE;
}
</style>
background-color css
<style>
a { background-color: #023CFE; }
a { background-color: rgb(2,60,254); }
div.DivClassName
{
background-color: #023CFE;
}
.BgClassName
{
background-color: #023CFE;
}
</style>
border-color css
<style>
span { border-color: #023CFE; }
span { border-color: rgb(2,60,254); }
td.TdClassName
{
border-color: #023CFE;
}
.TagClassName
{
border-color: #023CFE;
}
</style>