Shades of Blue #093EFB
Tints of Blue #093EFB
RGB
CMYK
RGB Variations
Color information
#093EFB (or 0x093EFB) is known color: Blue. HEX triplet: 09, 3E and FB. RGB value is (9,62,251). Sum of RGB (Red+Green+Blue) = 9+62+251=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #093EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093EFB is #F6C104. Grayscale: #424242. Windows color (decimal): -16171269 or 16465417. OLE color: 16465417.
HSL color Cylindrical-coordinate representation of color #093EFB: hue angle of 226.86º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093EFB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 62 | 251 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.02 |
| HSL | 226.86º | 0.97% | 0.51% | - |
| HSV(B) | 226.86º | 0.96% | 0.98% | - |
| XYZ | 19.25 | 10.47 | 92.27 | - |
| YUV | 67.7 | 231.44 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 251 | 0.96 | 0.75 | 0 | 0.02 | 226.86 | 0.97 | 0.51 |
| Hex | 9 | 3E | FB | 60 | 4B | 0 | 2 | E3 | 61 | 33 |
| Octal | 11 | 76 | 373 | 140 | 113 | 0 | 2 | 343 | 141 | 63 |
| Binary | 1001 | 111110 | 11111011 | 1100000 | 1001011 | 0 | 10 | 11100011 | 1100001 | 110011 |
Color Harmonies of #093EFB
Complementary color
Monochromatic Colors of #093EFB
Black with #093EFB
Text Example
Text Example
White with #093EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093EFB; }
p { color: rgb(9,62,251); }
H1.HeaderClassName
{
color: #093EFB;
}
.AnyTagClassName
{
color: #093EFB;
}
</style>
background-color css
<style>
a { background-color: #093EFB; }
a { background-color: rgb(9,62,251); }
div.DivClassName
{
background-color: #093EFB;
}
.BgClassName
{
background-color: #093EFB;
}
</style>
border-color css
<style>
span { border-color: #093EFB; }
span { border-color: rgb(9,62,251); }
td.TdClassName
{
border-color: #093EFB;
}
.TagClassName
{
border-color: #093EFB;
}
</style>