Shades of Blue #0900FD
Tints of Blue #0900FD
RGB
CMYK
RGB Variations
Color information
#0900FD (or 0x0900FD) is known color: Blue. HEX triplet: 09, 00 and FD. RGB value is (9,0,253). Sum of RGB (Red+Green+Blue) = 9+0+253=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 253 (99.22% from 255 or 96.56% from 262); Max value from RGB is 253 - color contains mainly: blue. Hex color #0900FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0900FD is #F6FF02. Grayscale: #1E1E1E. Windows color (decimal): -16187139 or 16580617. OLE color: 16580617.
HSL color Cylindrical-coordinate representation of color #0900FD: hue angle of 242.13º 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 #0900FD is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 0 | 253 | - |
| CMYK | 0.96 | 1 | 0 | 0.01 |
| HSL | 242.13º | 1% | 0.5% | - |
| HSV(B) | 242.13º | 1% | 0.99% | - |
| XYZ | 17.84 | 7.15 | 93.37 | - |
| YUV | 31.53 | 252.98 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 253 | 0.96 | 1 | 0 | 0.01 | 242.13 | 1 | 0.5 |
| Hex | 9 | 0 | FD | 60 | 64 | 0 | 1 | F2 | 64 | 32 |
| Octal | 11 | 0 | 375 | 140 | 144 | 0 | 1 | 362 | 144 | 62 |
| Binary | 1001 | 0 | 11111101 | 1100000 | 1100100 | 0 | 1 | 11110010 | 1100100 | 110010 |
Color Harmonies of #0900FD
Complementary color
Monochromatic Colors of #0900FD
Black with #0900FD
Text Example
Text Example
White with #0900FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0900FD; }
p { color: rgb(9,0,253); }
H1.HeaderClassName
{
color: #0900FD;
}
.AnyTagClassName
{
color: #0900FD;
}
</style>
background-color css
<style>
a { background-color: #0900FD; }
a { background-color: rgb(9,0,253); }
div.DivClassName
{
background-color: #0900FD;
}
.BgClassName
{
background-color: #0900FD;
}
</style>
border-color css
<style>
span { border-color: #0900FD; }
span { border-color: rgb(9,0,253); }
td.TdClassName
{
border-color: #0900FD;
}
.TagClassName
{
border-color: #0900FD;
}
</style>