Shades of Blue #0927FD
Tints of Blue #0927FD
RGB
CMYK
RGB Variations
Color information
#0927FD (or 0x0927FD) is known color: Blue. HEX triplet: 09, 27 and FD. RGB value is (9,39,253). Sum of RGB (Red+Green+Blue) = 9+39+253=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #0927FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0927FD is #F6D802. Grayscale: #353535. Windows color (decimal): -16177155 or 16590601. OLE color: 16590601.
HSL color Cylindrical-coordinate representation of color #0927FD: hue angle of 232.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0927FD is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 39 | 253 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.01 |
| HSL | 232.62º | 0.98% | 0.51% | - |
| HSV(B) | 232.62º | 0.96% | 0.99% | - |
| XYZ | 18.57 | 8.6 | 93.61 | - |
| YUV | 54.43 | 240.06 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 253 | 0.96 | 0.85 | 0 | 0.01 | 232.62 | 0.98 | 0.51 |
| Hex | 9 | 27 | FD | 60 | 55 | 0 | 1 | E9 | 62 | 33 |
| Octal | 11 | 47 | 375 | 140 | 125 | 0 | 1 | 351 | 142 | 63 |
| Binary | 1001 | 100111 | 11111101 | 1100000 | 1010101 | 0 | 1 | 11101001 | 1100010 | 110011 |
Color Harmonies of #0927FD
Complementary color
Monochromatic Colors of #0927FD
Black with #0927FD
Text Example
Text Example
White with #0927FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927FD; }
p { color: rgb(9,39,253); }
H1.HeaderClassName
{
color: #0927FD;
}
.AnyTagClassName
{
color: #0927FD;
}
</style>
background-color css
<style>
a { background-color: #0927FD; }
a { background-color: rgb(9,39,253); }
div.DivClassName
{
background-color: #0927FD;
}
.BgClassName
{
background-color: #0927FD;
}
</style>
border-color css
<style>
span { border-color: #0927FD; }
span { border-color: rgb(9,39,253); }
td.TdClassName
{
border-color: #0927FD;
}
.TagClassName
{
border-color: #0927FD;
}
</style>