Shades of Blue #0933F3
Tints of Blue #0933F3
RGB
CMYK
RGB Variations
Color information
#0933F3 (or 0x0933F3) is known color: Blue. HEX triplet: 09, 33 and F3. RGB value is (9,51,243). Sum of RGB (Red+Green+Blue) = 9+51+243=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 243 (95.31% from 255 or 80.20% from 303); Max value from RGB is 243 - color contains mainly: blue. Hex color #0933F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0933F3 is #F6CC0C. Grayscale: #3B3B3B. Windows color (decimal): -16174093 or 15938313. OLE color: 15938313.
HSL color Cylindrical-coordinate representation of color #0933F3: hue angle of 229.23º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0933F3 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 51 | 243 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.05 |
| HSL | 229.23º | 0.93% | 0.49% | - |
| HSV(B) | 229.23º | 0.96% | 0.95% | - |
| XYZ | 17.47 | 8.9 | 85.59 | - |
| YUV | 60.33 | 231.09 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 243 | 0.96 | 0.79 | 0 | 0.05 | 229.23 | 0.93 | 0.49 |
| Hex | 9 | 33 | F3 | 60 | 4F | 0 | 5 | E5 | 5D | 31 |
| Octal | 11 | 63 | 363 | 140 | 117 | 0 | 5 | 345 | 135 | 61 |
| Binary | 1001 | 110011 | 11110011 | 1100000 | 1001111 | 0 | 101 | 11100101 | 1011101 | 110001 |
Color Harmonies of #0933F3
Complementary color
Monochromatic Colors of #0933F3
Black with #0933F3
Text Example
Text Example
White with #0933F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933F3; }
p { color: rgb(9,51,243); }
H1.HeaderClassName
{
color: #0933F3;
}
.AnyTagClassName
{
color: #0933F3;
}
</style>
background-color css
<style>
a { background-color: #0933F3; }
a { background-color: rgb(9,51,243); }
div.DivClassName
{
background-color: #0933F3;
}
.BgClassName
{
background-color: #0933F3;
}
</style>
border-color css
<style>
span { border-color: #0933F3; }
span { border-color: rgb(9,51,243); }
td.TdClassName
{
border-color: #0933F3;
}
.TagClassName
{
border-color: #0933F3;
}
</style>