Shades of Blue #0232FD
Tints of Blue #0232FD
RGB
CMYK
RGB Variations
Color information
#0232FD (or 0x0232FD) is known color: Blue. HEX triplet: 02, 32 and FD. RGB value is (2,50,253). Sum of RGB (Red+Green+Blue) = 2+50+253=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #0232FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0232FD is #FDCD02. Grayscale: #393939. Windows color (decimal): -16633091 or 16593410. OLE color: 16593410.
HSL color Cylindrical-coordinate representation of color #0232FD: hue angle of 228.53º 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 #0232FD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 50 | 253 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.01 |
| HSL | 228.53º | 0.98% | 0.5% | - |
| HSV(B) | 228.53º | 0.99% | 0.99% | - |
| XYZ | 18.9 | 9.39 | 93.74 | - |
| YUV | 58.79 | 237.6 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 253 | 0.99 | 0.80 | 0 | 0.01 | 228.53 | 0.98 | 0.5 |
| Hex | 2 | 32 | FD | 63 | 50 | 0 | 1 | E5 | 62 | 32 |
| Octal | 2 | 62 | 375 | 143 | 120 | 0 | 1 | 345 | 142 | 62 |
| Binary | 10 | 110010 | 11111101 | 1100011 | 1010000 | 0 | 1 | 11100101 | 1100010 | 110010 |
Color Harmonies of #0232FD
Complementary color
Monochromatic Colors of #0232FD
Black with #0232FD
Text Example
Text Example
White with #0232FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232FD; }
p { color: rgb(2,50,253); }
H1.HeaderClassName
{
color: #0232FD;
}
.AnyTagClassName
{
color: #0232FD;
}
</style>
background-color css
<style>
a { background-color: #0232FD; }
a { background-color: rgb(2,50,253); }
div.DivClassName
{
background-color: #0232FD;
}
.BgClassName
{
background-color: #0232FD;
}
</style>
border-color css
<style>
span { border-color: #0232FD; }
span { border-color: rgb(2,50,253); }
td.TdClassName
{
border-color: #0232FD;
}
.TagClassName
{
border-color: #0232FD;
}
</style>