Shades of Medium Blue #0023CE
Tints of Medium Blue #0023CE
RGB
CMYK
RGB Variations
Color information
#0023CE (or 0x0023CE) is known color: Medium Blue. HEX triplet: 00, 23 and CE. RGB value is (0,35,206). Sum of RGB (Red+Green+Blue) = 0+35+206=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #0023CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023CE is #FFDC31. Grayscale: #2B2B2B. Windows color (decimal): -16768050 or 13509376. OLE color: 13509376.
HSL color Cylindrical-coordinate representation of color #0023CE: hue angle of 229.81º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023CE is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 35 | 206 | - |
| CMYK | 1 | 0.83 | 0 | 0.19 |
| HSL | 229.81º | 1% | 0.4% | - |
| HSV(B) | 229.81º | 1% | 0.81% | - |
| XYZ | 11.74 | 5.66 | 58.87 | - |
| YUV | 44.03 | 219.4 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 206 | 1 | 0.83 | 0 | 0.19 | 229.81 | 1 | 0.4 |
| Hex | 0 | 23 | CE | 64 | 53 | 0 | 13 | E6 | 64 | 28 |
| Octal | 0 | 43 | 316 | 144 | 123 | 0 | 23 | 346 | 144 | 50 |
| Binary | 0 | 100011 | 11001110 | 1100100 | 1010011 | 0 | 10011 | 11100110 | 1100100 | 101000 |
Color Harmonies of #0023CE
Complementary color
Monochromatic Colors of #0023CE
Black with #0023CE
Text Example
Text Example
White with #0023CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023CE; }
p { color: rgb(0,35,206); }
H1.HeaderClassName
{
color: #0023CE;
}
.AnyTagClassName
{
color: #0023CE;
}
</style>
background-color css
<style>
a { background-color: #0023CE; }
a { background-color: rgb(0,35,206); }
div.DivClassName
{
background-color: #0023CE;
}
.BgClassName
{
background-color: #0023CE;
}
</style>
border-color css
<style>
span { border-color: #0023CE; }
span { border-color: rgb(0,35,206); }
td.TdClassName
{
border-color: #0023CE;
}
.TagClassName
{
border-color: #0023CE;
}
</style>