Shades of Blue #002FFD
Tints of Blue #002FFD
RGB
CMYK
RGB Variations
Color information
#002FFD (or 0x002FFD) is known color: Blue. HEX triplet: 00, 2F and FD. RGB value is (0,47,253). Sum of RGB (Red+Green+Blue) = 0+47+253=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #002FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002FFD is #FFD002. Grayscale: #373737. Windows color (decimal): -16764931 or 16592640. OLE color: 16592640.
HSL color Cylindrical-coordinate representation of color #002FFD: hue angle of 228.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FFD is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 47 | 253 | - |
| CMYK | 1 | 0.81 | 0 | 0.01 |
| HSL | 228.85º | 1% | 0.5% | - |
| HSV(B) | 228.85º | 1% | 0.99% | - |
| XYZ | 18.75 | 9.12 | 93.7 | - |
| YUV | 56.43 | 238.93 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 253 | 1 | 0.81 | 0 | 0.01 | 228.85 | 1 | 0.5 |
| Hex | 0 | 2F | FD | 64 | 51 | 0 | 1 | E5 | 64 | 32 |
| Octal | 0 | 57 | 375 | 144 | 121 | 0 | 1 | 345 | 144 | 62 |
| Binary | 0 | 101111 | 11111101 | 1100100 | 1010001 | 0 | 1 | 11100101 | 1100100 | 110010 |
Color Harmonies of #002FFD
Complementary color
Monochromatic Colors of #002FFD
Black with #002FFD
Text Example
Text Example
White with #002FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FFD; }
p { color: rgb(0,47,253); }
H1.HeaderClassName
{
color: #002FFD;
}
.AnyTagClassName
{
color: #002FFD;
}
</style>
background-color css
<style>
a { background-color: #002FFD; }
a { background-color: rgb(0,47,253); }
div.DivClassName
{
background-color: #002FFD;
}
.BgClassName
{
background-color: #002FFD;
}
</style>
border-color css
<style>
span { border-color: #002FFD; }
span { border-color: rgb(0,47,253); }
td.TdClassName
{
border-color: #002FFD;
}
.TagClassName
{
border-color: #002FFD;
}
</style>