Shades of Blue #0023FC
Tints of Blue #0023FC
RGB
CMYK
RGB Variations
Color information
#0023FC (or 0x0023FC) is known color: Blue. HEX triplet: 00, 23 and FC. RGB value is (0,35,252). Sum of RGB (Red+Green+Blue) = 0+35+252=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 252 (98.83% from 255 or 87.80% from 287); Max value from RGB is 252 - color contains mainly: blue. Hex color #0023FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0023FC is #FFDC03. Grayscale: #303030. Windows color (decimal): -16768004 or 16524032. OLE color: 16524032.
HSL color Cylindrical-coordinate representation of color #0023FC: hue angle of 231.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023FC is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 35 | 252 | - |
| CMYK | 1 | 0.86 | 0 | 0.01 |
| HSL | 231.67º | 1% | 0.49% | - |
| HSV(B) | 231.67º | 1% | 0.99% | - |
| XYZ | 18.17 | 8.23 | 92.73 | - |
| YUV | 49.27 | 242.4 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 252 | 1 | 0.86 | 0 | 0.01 | 231.67 | 1 | 0.49 |
| Hex | 0 | 23 | FC | 64 | 56 | 0 | 1 | E8 | 64 | 31 |
| Octal | 0 | 43 | 374 | 144 | 126 | 0 | 1 | 350 | 144 | 61 |
| Binary | 0 | 100011 | 11111100 | 1100100 | 1010110 | 0 | 1 | 11101000 | 1100100 | 110001 |
Color Harmonies of #0023FC
Complementary color
Monochromatic Colors of #0023FC
Black with #0023FC
Text Example
Text Example
White with #0023FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023FC; }
p { color: rgb(0,35,252); }
H1.HeaderClassName
{
color: #0023FC;
}
.AnyTagClassName
{
color: #0023FC;
}
</style>
background-color css
<style>
a { background-color: #0023FC; }
a { background-color: rgb(0,35,252); }
div.DivClassName
{
background-color: #0023FC;
}
.BgClassName
{
background-color: #0023FC;
}
</style>
border-color css
<style>
span { border-color: #0023FC; }
span { border-color: rgb(0,35,252); }
td.TdClassName
{
border-color: #0023FC;
}
.TagClassName
{
border-color: #0023FC;
}
</style>