Shades of Blue #0933FD
Tints of Blue #0933FD
RGB
CMYK
RGB Variations
Color information
#0933FD (or 0x0933FD) is known color: Blue. HEX triplet: 09, 33 and FD. RGB value is (9,51,253). Sum of RGB (Red+Green+Blue) = 9+51+253=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #0933FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0933FD is #F6CC02. Grayscale: #3C3C3C. Windows color (decimal): -16174083 or 16593673. OLE color: 16593673.
HSL color Cylindrical-coordinate representation of color #0933FD: hue angle of 229.67º 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 #0933FD is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 51 | 253 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.01 |
| HSL | 229.67º | 0.98% | 0.51% | - |
| HSV(B) | 229.67º | 0.96% | 0.99% | - |
| XYZ | 19.03 | 9.52 | 93.76 | - |
| YUV | 61.47 | 236.09 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 253 | 0.96 | 0.80 | 0 | 0.01 | 229.67 | 0.98 | 0.51 |
| Hex | 9 | 33 | FD | 60 | 50 | 0 | 1 | E6 | 62 | 33 |
| Octal | 11 | 63 | 375 | 140 | 120 | 0 | 1 | 346 | 142 | 63 |
| Binary | 1001 | 110011 | 11111101 | 1100000 | 1010000 | 0 | 1 | 11100110 | 1100010 | 110011 |
Color Harmonies of #0933FD
Complementary color
Monochromatic Colors of #0933FD
Black with #0933FD
Text Example
Text Example
White with #0933FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933FD; }
p { color: rgb(9,51,253); }
H1.HeaderClassName
{
color: #0933FD;
}
.AnyTagClassName
{
color: #0933FD;
}
</style>
background-color css
<style>
a { background-color: #0933FD; }
a { background-color: rgb(9,51,253); }
div.DivClassName
{
background-color: #0933FD;
}
.BgClassName
{
background-color: #0933FD;
}
</style>
border-color css
<style>
span { border-color: #0933FD; }
span { border-color: rgb(9,51,253); }
td.TdClassName
{
border-color: #0933FD;
}
.TagClassName
{
border-color: #0933FD;
}
</style>