Shades of Blue #023EFC
Tints of Blue #023EFC
RGB
CMYK
RGB Variations
Color information
#023EFC (or 0x023EFC) is known color: Blue. HEX triplet: 02, 3E and FC. RGB value is (2,62,252). Sum of RGB (Red+Green+Blue) = 2+62+252=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #023EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023EFC is #FDC103. Grayscale: #404040. Windows color (decimal): -16630020 or 16530946. OLE color: 16530946.
HSL color Cylindrical-coordinate representation of color #023EFC: hue angle of 225.6º 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 #023EFC is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 62 | 252 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.01 |
| HSL | 225.6º | 0.98% | 0.5% | - |
| HSV(B) | 225.6º | 0.99% | 0.99% | - |
| XYZ | 19.32 | 10.49 | 93.1 | - |
| YUV | 65.72 | 233.12 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 252 | 0.99 | 0.75 | 0 | 0.01 | 225.6 | 0.98 | 0.5 |
| Hex | 2 | 3E | FC | 63 | 4B | 0 | 1 | E2 | 62 | 32 |
| Octal | 2 | 76 | 374 | 143 | 113 | 0 | 1 | 342 | 142 | 62 |
| Binary | 10 | 111110 | 11111100 | 1100011 | 1001011 | 0 | 1 | 11100010 | 1100010 | 110010 |
Color Harmonies of #023EFC
Complementary color
Monochromatic Colors of #023EFC
Black with #023EFC
Text Example
Text Example
White with #023EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EFC; }
p { color: rgb(2,62,252); }
H1.HeaderClassName
{
color: #023EFC;
}
.AnyTagClassName
{
color: #023EFC;
}
</style>
background-color css
<style>
a { background-color: #023EFC; }
a { background-color: rgb(2,62,252); }
div.DivClassName
{
background-color: #023EFC;
}
.BgClassName
{
background-color: #023EFC;
}
</style>
border-color css
<style>
span { border-color: #023EFC; }
span { border-color: rgb(2,62,252); }
td.TdClassName
{
border-color: #023EFC;
}
.TagClassName
{
border-color: #023EFC;
}
</style>