Shades of Blue #0633FD
Tints of Blue #0633FD
RGB
CMYK
RGB Variations
Color information
#0633FD (or 0x0633FD) is known color: Blue. HEX triplet: 06, 33 and FD. RGB value is (6,51,253). Sum of RGB (Red+Green+Blue) = 6+51+253=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #0633FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0633FD is #F9CC02. Grayscale: #3B3B3B. Windows color (decimal): -16370691 or 16593670. OLE color: 16593670.
HSL color Cylindrical-coordinate representation of color #0633FD: hue angle of 229.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0633FD is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 51 | 253 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.01 |
| HSL | 229.07º | 0.98% | 0.51% | - |
| HSV(B) | 229.07º | 0.98% | 0.99% | - |
| XYZ | 18.99 | 9.5 | 93.76 | - |
| YUV | 60.57 | 236.59 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 253 | 0.98 | 0.80 | 0 | 0.01 | 229.07 | 0.98 | 0.51 |
| Hex | 6 | 33 | FD | 62 | 50 | 0 | 1 | E5 | 62 | 33 |
| Octal | 6 | 63 | 375 | 142 | 120 | 0 | 1 | 345 | 142 | 63 |
| Binary | 110 | 110011 | 11111101 | 1100010 | 1010000 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0633FD
Complementary color
Monochromatic Colors of #0633FD
Black with #0633FD
Text Example
Text Example
White with #0633FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0633FD; }
p { color: rgb(6,51,253); }
H1.HeaderClassName
{
color: #0633FD;
}
.AnyTagClassName
{
color: #0633FD;
}
</style>
background-color css
<style>
a { background-color: #0633FD; }
a { background-color: rgb(6,51,253); }
div.DivClassName
{
background-color: #0633FD;
}
.BgClassName
{
background-color: #0633FD;
}
</style>
border-color css
<style>
span { border-color: #0633FD; }
span { border-color: rgb(6,51,253); }
td.TdClassName
{
border-color: #0633FD;
}
.TagClassName
{
border-color: #0633FD;
}
</style>