Shades of Blue #001CF8
Tints of Blue #001CF8
RGB
CMYK
RGB Variations
Color information
#001CF8 (or 0x001CF8) is known color: Blue. HEX triplet: 00, 1C and F8. RGB value is (0,28,248). Sum of RGB (Red+Green+Blue) = 0+28+248=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 248 (97.27% from 255 or 89.86% from 276); Max value from RGB is 248 - color contains mainly: blue. Hex color #001CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CF8 is #FFE307. Grayscale: #2B2B2B. Windows color (decimal): -16769800 or 16260096. OLE color: 16260096.
HSL color Cylindrical-coordinate representation of color #001CF8: hue angle of 233.23º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CF8 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 28 | 248 | - |
| CMYK | 1 | 0.89 | 0 | 0.03 |
| HSL | 233.23º | 1% | 0.49% | - |
| HSV(B) | 233.23º | 1% | 0.97% | - |
| XYZ | 17.36 | 7.61 | 89.36 | - |
| YUV | 44.71 | 242.72 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 248 | 1 | 0.89 | 0 | 0.03 | 233.23 | 1 | 0.49 |
| Hex | 0 | 1C | F8 | 64 | 59 | 0 | 3 | E9 | 64 | 31 |
| Octal | 0 | 34 | 370 | 144 | 131 | 0 | 3 | 351 | 144 | 61 |
| Binary | 0 | 11100 | 11111000 | 1100100 | 1011001 | 0 | 11 | 11101001 | 1100100 | 110001 |
Color Harmonies of #001CF8
Complementary color
Monochromatic Colors of #001CF8
Black with #001CF8
Text Example
Text Example
White with #001CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CF8; }
p { color: rgb(0,28,248); }
H1.HeaderClassName
{
color: #001CF8;
}
.AnyTagClassName
{
color: #001CF8;
}
</style>
background-color css
<style>
a { background-color: #001CF8; }
a { background-color: rgb(0,28,248); }
div.DivClassName
{
background-color: #001CF8;
}
.BgClassName
{
background-color: #001CF8;
}
</style>
border-color css
<style>
span { border-color: #001CF8; }
span { border-color: rgb(0,28,248); }
td.TdClassName
{
border-color: #001CF8;
}
.TagClassName
{
border-color: #001CF8;
}
</style>