Shades of Blue #0636FD
Tints of Blue #0636FD
RGB
CMYK
RGB Variations
Color information
#0636FD (or 0x0636FD) is known color: Blue. HEX triplet: 06, 36 and FD. RGB value is (6,54,253). Sum of RGB (Red+Green+Blue) = 6+54+253=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #0636FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0636FD is #F9C902. Grayscale: #3D3D3D. Windows color (decimal): -16369923 or 16594438. OLE color: 16594438.
HSL color Cylindrical-coordinate representation of color #0636FD: hue angle of 228.34º 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 #0636FD is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 54 | 253 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.01 |
| HSL | 228.34º | 0.98% | 0.51% | - |
| HSV(B) | 228.34º | 0.98% | 0.99% | - |
| XYZ | 19.12 | 9.77 | 93.81 | - |
| YUV | 62.33 | 235.6 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 253 | 0.98 | 0.79 | 0 | 0.01 | 228.34 | 0.98 | 0.51 |
| Hex | 6 | 36 | FD | 62 | 4F | 0 | 1 | E4 | 62 | 33 |
| Octal | 6 | 66 | 375 | 142 | 117 | 0 | 1 | 344 | 142 | 63 |
| Binary | 110 | 110110 | 11111101 | 1100010 | 1001111 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0636FD
Complementary color
Monochromatic Colors of #0636FD
Black with #0636FD
Text Example
Text Example
White with #0636FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0636FD; }
p { color: rgb(6,54,253); }
H1.HeaderClassName
{
color: #0636FD;
}
.AnyTagClassName
{
color: #0636FD;
}
</style>
background-color css
<style>
a { background-color: #0636FD; }
a { background-color: rgb(6,54,253); }
div.DivClassName
{
background-color: #0636FD;
}
.BgClassName
{
background-color: #0636FD;
}
</style>
border-color css
<style>
span { border-color: #0636FD; }
span { border-color: rgb(6,54,253); }
td.TdClassName
{
border-color: #0636FD;
}
.TagClassName
{
border-color: #0636FD;
}
</style>