Shades of Blue #0233FD
Tints of Blue #0233FD
RGB
CMYK
RGB Variations
Color information
#0233FD (or 0x0233FD) is known color: Blue. HEX triplet: 02, 33 and FD. RGB value is (2,51,253). Sum of RGB (Red+Green+Blue) = 2+51+253=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #0233FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0233FD is #FDCC02. Grayscale: #3A3A3A. Windows color (decimal): -16632835 or 16593666. OLE color: 16593666.
HSL color Cylindrical-coordinate representation of color #0233FD: hue angle of 228.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233FD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 51 | 253 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.01 |
| HSL | 228.29º | 0.98% | 0.5% | - |
| HSV(B) | 228.29º | 0.99% | 0.99% | - |
| XYZ | 18.94 | 9.47 | 93.76 | - |
| YUV | 59.38 | 237.27 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 253 | 0.99 | 0.80 | 0 | 0.01 | 228.29 | 0.98 | 0.5 |
| Hex | 2 | 33 | FD | 63 | 50 | 0 | 1 | E4 | 62 | 32 |
| Octal | 2 | 63 | 375 | 143 | 120 | 0 | 1 | 344 | 142 | 62 |
| Binary | 10 | 110011 | 11111101 | 1100011 | 1010000 | 0 | 1 | 11100100 | 1100010 | 110010 |
Color Harmonies of #0233FD
Complementary color
Monochromatic Colors of #0233FD
Black with #0233FD
Text Example
Text Example
White with #0233FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0233FD; }
p { color: rgb(2,51,253); }
H1.HeaderClassName
{
color: #0233FD;
}
.AnyTagClassName
{
color: #0233FD;
}
</style>
background-color css
<style>
a { background-color: #0233FD; }
a { background-color: rgb(2,51,253); }
div.DivClassName
{
background-color: #0233FD;
}
.BgClassName
{
background-color: #0233FD;
}
</style>
border-color css
<style>
span { border-color: #0233FD; }
span { border-color: rgb(2,51,253); }
td.TdClassName
{
border-color: #0233FD;
}
.TagClassName
{
border-color: #0233FD;
}
</style>