Shades of Blue #0002F8
Tints of Blue #0002F8
RGB
CMYK
RGB Variations
Color information
#0002F8 (or 0x0002F8) is known color: Blue. HEX triplet: 00, 02 and F8. RGB value is (0,2,248). Sum of RGB (Red+Green+Blue) = 0+2+248=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 248 (97.27% from 255 or 99.2% from 250); Max value from RGB is 248 - color contains mainly: blue. Hex color #0002F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0002F8 is #FFFD07. Grayscale: #1C1C1C. Windows color (decimal): -16776456 or 16253440. OLE color: 16253440.
HSL color Cylindrical-coordinate representation of color #0002F8: hue angle of 239.52º 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 #0002F8 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 2 | 248 | - |
| CMYK | 1 | 0.99 | 0 | 0.03 |
| HSL | 239.52º | 1% | 0.49% | - |
| HSV(B) | 239.52º | 1% | 0.97% | - |
| XYZ | 16.96 | 6.82 | 89.23 | - |
| YUV | 29.45 | 251.34 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 248 | 1 | 0.99 | 0 | 0.03 | 239.52 | 1 | 0.49 |
| Hex | 0 | 2 | F8 | 64 | 63 | 0 | 3 | F0 | 64 | 31 |
| Octal | 0 | 2 | 370 | 144 | 143 | 0 | 3 | 360 | 144 | 61 |
| Binary | 0 | 10 | 11111000 | 1100100 | 1100011 | 0 | 11 | 11110000 | 1100100 | 110001 |
Color Harmonies of #0002F8
Complementary color
Monochromatic Colors of #0002F8
Black with #0002F8
Text Example
Text Example
White with #0002F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002F8; }
p { color: rgb(0,2,248); }
H1.HeaderClassName
{
color: #0002F8;
}
.AnyTagClassName
{
color: #0002F8;
}
</style>
background-color css
<style>
a { background-color: #0002F8; }
a { background-color: rgb(0,2,248); }
div.DivClassName
{
background-color: #0002F8;
}
.BgClassName
{
background-color: #0002F8;
}
</style>
border-color css
<style>
span { border-color: #0002F8; }
span { border-color: rgb(0,2,248); }
td.TdClassName
{
border-color: #0002F8;
}
.TagClassName
{
border-color: #0002F8;
}
</style>