Shades of Blue #0630FB
Tints of Blue #0630FB
RGB
CMYK
RGB Variations
Color information
#0630FB (or 0x0630FB) is known color: Blue. HEX triplet: 06, 30 and FB. RGB value is (6,48,251). Sum of RGB (Red+Green+Blue) = 6+48+251=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 251 (98.44% from 255 or 82.30% from 305); Max value from RGB is 251 - color contains mainly: blue. Hex color #0630FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0630FB is #F9CF04. Grayscale: #393939. Windows color (decimal): -16371461 or 16461830. OLE color: 16461830.
HSL color Cylindrical-coordinate representation of color #0630FB: hue angle of 229.71º degrees, saturation: 0.97, 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 #0630FB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 48 | 251 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.02 |
| HSL | 229.71º | 0.97% | 0.5% | - |
| HSV(B) | 229.71º | 0.98% | 0.98% | - |
| XYZ | 18.54 | 9.12 | 92.05 | - |
| YUV | 58.58 | 236.59 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 251 | 0.98 | 0.81 | 0 | 0.02 | 229.71 | 0.97 | 0.5 |
| Hex | 6 | 30 | FB | 62 | 51 | 0 | 2 | E6 | 61 | 32 |
| Octal | 6 | 60 | 373 | 142 | 121 | 0 | 2 | 346 | 141 | 62 |
| Binary | 110 | 110000 | 11111011 | 1100010 | 1010001 | 0 | 10 | 11100110 | 1100001 | 110010 |
Color Harmonies of #0630FB
Complementary color
Monochromatic Colors of #0630FB
Black with #0630FB
Text Example
Text Example
White with #0630FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0630FB; }
p { color: rgb(6,48,251); }
H1.HeaderClassName
{
color: #0630FB;
}
.AnyTagClassName
{
color: #0630FB;
}
</style>
background-color css
<style>
a { background-color: #0630FB; }
a { background-color: rgb(6,48,251); }
div.DivClassName
{
background-color: #0630FB;
}
.BgClassName
{
background-color: #0630FB;
}
</style>
border-color css
<style>
span { border-color: #0630FB; }
span { border-color: rgb(6,48,251); }
td.TdClassName
{
border-color: #0630FB;
}
.TagClassName
{
border-color: #0630FB;
}
</style>