Shades of Blue #0617FA
Tints of Blue #0617FA
RGB
CMYK
RGB Variations
Color information
#0617FA (or 0x0617FA) is known color: Blue. HEX triplet: 06, 17 and FA. RGB value is (6,23,250). Sum of RGB (Red+Green+Blue) = 6+23+250=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #0617FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0617FA is #F9E805. Grayscale: #2A2A2A. Windows color (decimal): -16377862 or 16389894. OLE color: 16389894.
HSL color Cylindrical-coordinate representation of color #0617FA: hue angle of 235.82º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0617FA is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 23 | 250 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.02 |
| HSL | 235.82º | 0.96% | 0.5% | - |
| HSV(B) | 235.82º | 0.98% | 0.98% | - |
| XYZ | 17.64 | 7.55 | 90.97 | - |
| YUV | 43.8 | 244.37 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 250 | 0.98 | 0.91 | 0 | 0.02 | 235.82 | 0.96 | 0.5 |
| Hex | 6 | 17 | FA | 62 | 5B | 0 | 2 | EC | 60 | 32 |
| Octal | 6 | 27 | 372 | 142 | 133 | 0 | 2 | 354 | 140 | 62 |
| Binary | 110 | 10111 | 11111010 | 1100010 | 1011011 | 0 | 10 | 11101100 | 1100000 | 110010 |
Color Harmonies of #0617FA
Complementary color
Monochromatic Colors of #0617FA
Black with #0617FA
Text Example
Text Example
White with #0617FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0617FA; }
p { color: rgb(6,23,250); }
H1.HeaderClassName
{
color: #0617FA;
}
.AnyTagClassName
{
color: #0617FA;
}
</style>
background-color css
<style>
a { background-color: #0617FA; }
a { background-color: rgb(6,23,250); }
div.DivClassName
{
background-color: #0617FA;
}
.BgClassName
{
background-color: #0617FA;
}
</style>
border-color css
<style>
span { border-color: #0617FA; }
span { border-color: rgb(6,23,250); }
td.TdClassName
{
border-color: #0617FA;
}
.TagClassName
{
border-color: #0617FA;
}
</style>