Shades of Blue #0323FD
Tints of Blue #0323FD
RGB
CMYK
RGB Variations
Color information
#0323FD (or 0x0323FD) is known color: Blue. HEX triplet: 03, 23 and FD. RGB value is (3,35,253). Sum of RGB (Red+Green+Blue) = 3+35+253=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 253 (99.22% from 255 or 86.94% from 291); Max value from RGB is 253 - color contains mainly: blue. Hex color #0323FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0323FD is #FCDC02. Grayscale: #313131. Windows color (decimal): -16571395 or 16589571. OLE color: 16589571.
HSL color Cylindrical-coordinate representation of color #0323FD: hue angle of 232.32º 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 #0323FD is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 35 | 253 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.01 |
| HSL | 232.32º | 0.98% | 0.5% | - |
| HSV(B) | 232.32º | 0.99% | 0.99% | - |
| XYZ | 18.37 | 8.31 | 93.57 | - |
| YUV | 50.28 | 242.4 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 253 | 0.99 | 0.86 | 0 | 0.01 | 232.32 | 0.98 | 0.5 |
| Hex | 3 | 23 | FD | 63 | 56 | 0 | 1 | E8 | 62 | 32 |
| Octal | 3 | 43 | 375 | 143 | 126 | 0 | 1 | 350 | 142 | 62 |
| Binary | 11 | 100011 | 11111101 | 1100011 | 1010110 | 0 | 1 | 11101000 | 1100010 | 110010 |
Color Harmonies of #0323FD
Complementary color
Monochromatic Colors of #0323FD
Black with #0323FD
Text Example
Text Example
White with #0323FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0323FD; }
p { color: rgb(3,35,253); }
H1.HeaderClassName
{
color: #0323FD;
}
.AnyTagClassName
{
color: #0323FD;
}
</style>
background-color css
<style>
a { background-color: #0323FD; }
a { background-color: rgb(3,35,253); }
div.DivClassName
{
background-color: #0323FD;
}
.BgClassName
{
background-color: #0323FD;
}
</style>
border-color css
<style>
span { border-color: #0323FD; }
span { border-color: rgb(3,35,253); }
td.TdClassName
{
border-color: #0323FD;
}
.TagClassName
{
border-color: #0323FD;
}
</style>