Shades of Blue #0005FC
Tints of Blue #0005FC
RGB
CMYK
RGB Variations
Color information
#0005FC (or 0x0005FC) is known color: Blue. HEX triplet: 00, 05 and FC. RGB value is (0,5,252). Sum of RGB (Red+Green+Blue) = 0+5+252=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 252 (98.83% from 255 or 98.05% from 257); Max value from RGB is 252 - color contains mainly: blue. Hex color #0005FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0005FC is #FFFA03. Grayscale: #1E1E1E. Windows color (decimal): -16775684 or 16516352. OLE color: 16516352.
HSL color Cylindrical-coordinate representation of color #0005FC: hue angle of 238.81º 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 #0005FC is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 5 | 252 | - |
| CMYK | 1 | 0.98 | 0 | 0.01 |
| HSL | 238.81º | 1% | 0.49% | - |
| HSV(B) | 238.81º | 1% | 0.99% | - |
| XYZ | 17.62 | 7.14 | 92.54 | - |
| YUV | 31.66 | 252.34 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 252 | 1 | 0.98 | 0 | 0.01 | 238.81 | 1 | 0.49 |
| Hex | 0 | 5 | FC | 64 | 62 | 0 | 1 | EF | 64 | 31 |
| Octal | 0 | 5 | 374 | 144 | 142 | 0 | 1 | 357 | 144 | 61 |
| Binary | 0 | 101 | 11111100 | 1100100 | 1100010 | 0 | 1 | 11101111 | 1100100 | 110001 |
Color Harmonies of #0005FC
Complementary color
Monochromatic Colors of #0005FC
Black with #0005FC
Text Example
Text Example
White with #0005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0005FC; }
p { color: rgb(0,5,252); }
H1.HeaderClassName
{
color: #0005FC;
}
.AnyTagClassName
{
color: #0005FC;
}
</style>
background-color css
<style>
a { background-color: #0005FC; }
a { background-color: rgb(0,5,252); }
div.DivClassName
{
background-color: #0005FC;
}
.BgClassName
{
background-color: #0005FC;
}
</style>
border-color css
<style>
span { border-color: #0005FC; }
span { border-color: rgb(0,5,252); }
td.TdClassName
{
border-color: #0005FC;
}
.TagClassName
{
border-color: #0005FC;
}
</style>