Shades of Blue #093FFD
Tints of Blue #093FFD
RGB
CMYK
RGB Variations
Color information
#093FFD (or 0x093FFD) is known color: Blue. HEX triplet: 09, 3F and FD. RGB value is (9,63,253). Sum of RGB (Red+Green+Blue) = 9+63+253=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #093FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FFD is #F6C002. Grayscale: #434343. Windows color (decimal): -16171011 or 16596745. OLE color: 16596745.
HSL color Cylindrical-coordinate representation of color #093FFD: hue angle of 226.72º 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 #093FFD is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 63 | 253 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.01 |
| HSL | 226.72º | 0.98% | 0.51% | - |
| HSV(B) | 226.72º | 0.96% | 0.99% | - |
| XYZ | 19.62 | 10.7 | 93.96 | - |
| YUV | 68.51 | 232.11 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 253 | 0.96 | 0.75 | 0 | 0.01 | 226.72 | 0.98 | 0.51 |
| Hex | 9 | 3F | FD | 60 | 4B | 0 | 1 | E3 | 62 | 33 |
| Octal | 11 | 77 | 375 | 140 | 113 | 0 | 1 | 343 | 142 | 63 |
| Binary | 1001 | 111111 | 11111101 | 1100000 | 1001011 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #093FFD
Complementary color
Monochromatic Colors of #093FFD
Black with #093FFD
Text Example
Text Example
White with #093FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FFD; }
p { color: rgb(9,63,253); }
H1.HeaderClassName
{
color: #093FFD;
}
.AnyTagClassName
{
color: #093FFD;
}
</style>
background-color css
<style>
a { background-color: #093FFD; }
a { background-color: rgb(9,63,253); }
div.DivClassName
{
background-color: #093FFD;
}
.BgClassName
{
background-color: #093FFD;
}
</style>
border-color css
<style>
span { border-color: #093FFD; }
span { border-color: rgb(9,63,253); }
td.TdClassName
{
border-color: #093FFD;
}
.TagClassName
{
border-color: #093FFD;
}
</style>