Shades of Blue #0823FD
Tints of Blue #0823FD
RGB
CMYK
RGB Variations
Color information
#0823FD (or 0x0823FD) is known color: Blue. HEX triplet: 08, 23 and FD. RGB value is (8,35,253). Sum of RGB (Red+Green+Blue) = 8+35+253=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 253 (99.22% from 255 or 85.47% from 296); Max value from RGB is 253 - color contains mainly: blue. Hex color #0823FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0823FD is #F7DC02. Grayscale: #323232. Windows color (decimal): -16243715 or 16589576. OLE color: 16589576.
HSL color Cylindrical-coordinate representation of color #0823FD: hue angle of 233.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0823FD is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 35 | 253 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.01 |
| HSL | 233.39º | 0.98% | 0.51% | - |
| HSV(B) | 233.39º | 0.97% | 0.99% | - |
| XYZ | 18.43 | 8.35 | 93.57 | - |
| YUV | 51.78 | 241.55 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 253 | 0.97 | 0.86 | 0 | 0.01 | 233.39 | 0.98 | 0.51 |
| Hex | 8 | 23 | FD | 61 | 56 | 0 | 1 | E9 | 62 | 33 |
| Octal | 10 | 43 | 375 | 141 | 126 | 0 | 1 | 351 | 142 | 63 |
| Binary | 1000 | 100011 | 11111101 | 1100001 | 1010110 | 0 | 1 | 11101001 | 1100010 | 110011 |
Color Harmonies of #0823FD
Complementary color
Monochromatic Colors of #0823FD
Black with #0823FD
Text Example
Text Example
White with #0823FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0823FD; }
p { color: rgb(8,35,253); }
H1.HeaderClassName
{
color: #0823FD;
}
.AnyTagClassName
{
color: #0823FD;
}
</style>
background-color css
<style>
a { background-color: #0823FD; }
a { background-color: rgb(8,35,253); }
div.DivClassName
{
background-color: #0823FD;
}
.BgClassName
{
background-color: #0823FD;
}
</style>
border-color css
<style>
span { border-color: #0823FD; }
span { border-color: rgb(8,35,253); }
td.TdClassName
{
border-color: #0823FD;
}
.TagClassName
{
border-color: #0823FD;
}
</style>