Shades of Blue #2328FD
Tints of Blue #2328FD
RGB
CMYK
RGB Variations
Color information
#2328FD (or 0x2328FD) is known color: Blue. HEX triplet: 23, 28 and FD. RGB value is (35,40,253). Sum of RGB (Red+Green+Blue) = 35+40+253=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #2328FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2328FD is #DCD702. Grayscale: #3D3D3D. Windows color (decimal): -14472963 or 16590883. OLE color: 16590883.
HSL color Cylindrical-coordinate representation of color #2328FD: hue angle of 238.62º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2328FD is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 40 | 253 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.01 |
| HSL | 238.62º | 0.98% | 0.56% | - |
| HSV(B) | 238.62º | 0.86% | 0.99% | - |
| XYZ | 19.18 | 8.97 | 93.65 | - |
| YUV | 62.79 | 235.34 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 253 | 0.86 | 0.84 | 0 | 0.01 | 238.62 | 0.98 | 0.56 |
| Hex | 23 | 28 | FD | 56 | 54 | 0 | 1 | EF | 62 | 38 |
| Octal | 43 | 50 | 375 | 126 | 124 | 0 | 1 | 357 | 142 | 70 |
| Binary | 100011 | 101000 | 11111101 | 1010110 | 1010100 | 0 | 1 | 11101111 | 1100010 | 111000 |
Color Harmonies of #2328FD
Complementary color
Monochromatic Colors of #2328FD
Black with #2328FD
Text Example
Text Example
White with #2328FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328FD; }
p { color: rgb(35,40,253); }
H1.HeaderClassName
{
color: #2328FD;
}
.AnyTagClassName
{
color: #2328FD;
}
</style>
background-color css
<style>
a { background-color: #2328FD; }
a { background-color: rgb(35,40,253); }
div.DivClassName
{
background-color: #2328FD;
}
.BgClassName
{
background-color: #2328FD;
}
</style>
border-color css
<style>
span { border-color: #2328FD; }
span { border-color: rgb(35,40,253); }
td.TdClassName
{
border-color: #2328FD;
}
.TagClassName
{
border-color: #2328FD;
}
</style>