Shades of Blue #0027FD
Tints of Blue #0027FD
RGB
CMYK
RGB Variations
Color information
#0027FD (or 0x0027FD) is known color: Blue. HEX triplet: 00, 27 and FD. RGB value is (0,39,253). Sum of RGB (Red+Green+Blue) = 0+39+253=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #0027FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0027FD is #FFD802. Grayscale: #323232. Windows color (decimal): -16766979 or 16590592. OLE color: 16590592.
HSL color Cylindrical-coordinate representation of color #0027FD: hue angle of 230.75º 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 #0027FD is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 39 | 253 | - |
| CMYK | 1 | 0.85 | 0 | 0.01 |
| HSL | 230.75º | 1% | 0.5% | - |
| HSV(B) | 230.75º | 1% | 0.99% | - |
| XYZ | 18.46 | 8.54 | 93.6 | - |
| YUV | 51.74 | 241.58 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 253 | 1 | 0.85 | 0 | 0.01 | 230.75 | 1 | 0.5 |
| Hex | 0 | 27 | FD | 64 | 55 | 0 | 1 | E7 | 64 | 32 |
| Octal | 0 | 47 | 375 | 144 | 125 | 0 | 1 | 347 | 144 | 62 |
| Binary | 0 | 100111 | 11111101 | 1100100 | 1010101 | 0 | 1 | 11100111 | 1100100 | 110010 |
Color Harmonies of #0027FD
Complementary color
Monochromatic Colors of #0027FD
Black with #0027FD
Text Example
Text Example
White with #0027FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027FD; }
p { color: rgb(0,39,253); }
H1.HeaderClassName
{
color: #0027FD;
}
.AnyTagClassName
{
color: #0027FD;
}
</style>
background-color css
<style>
a { background-color: #0027FD; }
a { background-color: rgb(0,39,253); }
div.DivClassName
{
background-color: #0027FD;
}
.BgClassName
{
background-color: #0027FD;
}
</style>
border-color css
<style>
span { border-color: #0027FD; }
span { border-color: rgb(0,39,253); }
td.TdClassName
{
border-color: #0027FD;
}
.TagClassName
{
border-color: #0027FD;
}
</style>