Shades of Blue #0933F1
Tints of Blue #0933F1
RGB
CMYK
RGB Variations
Color information
#0933F1 (or 0x0933F1) is known color: Blue. HEX triplet: 09, 33 and F1. RGB value is (9,51,241). Sum of RGB (Red+Green+Blue) = 9+51+241=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 241 (94.53% from 255 or 80.07% from 301); Max value from RGB is 241 - color contains mainly: blue. Hex color #0933F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0933F1 is #F6CC0E. Grayscale: #3B3B3B. Windows color (decimal): -16174095 or 15807241. OLE color: 15807241.
HSL color Cylindrical-coordinate representation of color #0933F1: hue angle of 229.14º 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 #0933F1 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 51 | 241 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.05 |
| HSL | 229.14º | 0.93% | 0.49% | - |
| HSV(B) | 229.14º | 0.96% | 0.95% | - |
| XYZ | 17.17 | 8.78 | 84.01 | - |
| YUV | 60.1 | 230.09 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 241 | 0.96 | 0.79 | 0 | 0.05 | 229.14 | 0.93 | 0.49 |
| Hex | 9 | 33 | F1 | 60 | 4F | 0 | 5 | E5 | 5D | 31 |
| Octal | 11 | 63 | 361 | 140 | 117 | 0 | 5 | 345 | 135 | 61 |
| Binary | 1001 | 110011 | 11110001 | 1100000 | 1001111 | 0 | 101 | 11100101 | 1011101 | 110001 |
Color Harmonies of #0933F1
Complementary color
Monochromatic Colors of #0933F1
Black with #0933F1
Text Example
Text Example
White with #0933F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933F1; }
p { color: rgb(9,51,241); }
H1.HeaderClassName
{
color: #0933F1;
}
.AnyTagClassName
{
color: #0933F1;
}
</style>
background-color css
<style>
a { background-color: #0933F1; }
a { background-color: rgb(9,51,241); }
div.DivClassName
{
background-color: #0933F1;
}
.BgClassName
{
background-color: #0933F1;
}
</style>
border-color css
<style>
span { border-color: #0933F1; }
span { border-color: rgb(9,51,241); }
td.TdClassName
{
border-color: #0933F1;
}
.TagClassName
{
border-color: #0933F1;
}
</style>