Shades of Blue #0233F5
Tints of Blue #0233F5
RGB
CMYK
RGB Variations
Color information
#0233F5 (or 0x0233F5) is known color: Blue. HEX triplet: 02, 33 and F5. RGB value is (2,51,245). Sum of RGB (Red+Green+Blue) = 2+51+245=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 245 (96.09% from 255 or 82.21% from 298); Max value from RGB is 245 - color contains mainly: blue. Hex color #0233F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0233F5 is #FDCC0A. Grayscale: #393939. Windows color (decimal): -16632843 or 16069378. OLE color: 16069378.
HSL color Cylindrical-coordinate representation of color #0233F5: hue angle of 227.9º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233F5 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 51 | 245 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.04 |
| HSL | 227.9º | 0.98% | 0.48% | - |
| HSV(B) | 227.9º | 0.99% | 0.96% | - |
| XYZ | 17.69 | 8.97 | 87.19 | - |
| YUV | 58.47 | 233.27 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 245 | 0.99 | 0.79 | 0 | 0.04 | 227.9 | 0.98 | 0.48 |
| Hex | 2 | 33 | F5 | 63 | 4F | 0 | 4 | E4 | 62 | 30 |
| Octal | 2 | 63 | 365 | 143 | 117 | 0 | 4 | 344 | 142 | 60 |
| Binary | 10 | 110011 | 11110101 | 1100011 | 1001111 | 0 | 100 | 11100100 | 1100010 | 110000 |
Color Harmonies of #0233F5
Complementary color
Monochromatic Colors of #0233F5
Black with #0233F5
Text Example
Text Example
White with #0233F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0233F5; }
p { color: rgb(2,51,245); }
H1.HeaderClassName
{
color: #0233F5;
}
.AnyTagClassName
{
color: #0233F5;
}
</style>
background-color css
<style>
a { background-color: #0233F5; }
a { background-color: rgb(2,51,245); }
div.DivClassName
{
background-color: #0233F5;
}
.BgClassName
{
background-color: #0233F5;
}
</style>
border-color css
<style>
span { border-color: #0233F5; }
span { border-color: rgb(2,51,245); }
td.TdClassName
{
border-color: #0233F5;
}
.TagClassName
{
border-color: #0233F5;
}
</style>