Shades of Medium Blue #0023CF
Tints of Medium Blue #0023CF
RGB
CMYK
RGB Variations
Color information
#0023CF (or 0x0023CF) is known color: Medium Blue. HEX triplet: 00, 23 and CF. RGB value is (0,35,207). Sum of RGB (Red+Green+Blue) = 0+35+207=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #0023CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023CF is #FFDC30. Grayscale: #2B2B2B. Windows color (decimal): -16768049 or 13574912. OLE color: 13574912.
HSL color Cylindrical-coordinate representation of color #0023CF: hue angle of 229.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023CF is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 35 | 207 | - |
| CMYK | 1 | 0.83 | 0 | 0.19 |
| HSL | 229.86º | 1% | 0.41% | - |
| HSV(B) | 229.86º | 1% | 0.81% | - |
| XYZ | 11.86 | 5.71 | 59.51 | - |
| YUV | 44.14 | 219.9 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 207 | 1 | 0.83 | 0 | 0.19 | 229.86 | 1 | 0.41 |
| Hex | 0 | 23 | CF | 64 | 53 | 0 | 13 | E6 | 64 | 29 |
| Octal | 0 | 43 | 317 | 144 | 123 | 0 | 23 | 346 | 144 | 51 |
| Binary | 0 | 100011 | 11001111 | 1100100 | 1010011 | 0 | 10011 | 11100110 | 1100100 | 101001 |
Color Harmonies of #0023CF
Complementary color
Monochromatic Colors of #0023CF
Black with #0023CF
Text Example
Text Example
White with #0023CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023CF; }
p { color: rgb(0,35,207); }
H1.HeaderClassName
{
color: #0023CF;
}
.AnyTagClassName
{
color: #0023CF;
}
</style>
background-color css
<style>
a { background-color: #0023CF; }
a { background-color: rgb(0,35,207); }
div.DivClassName
{
background-color: #0023CF;
}
.BgClassName
{
background-color: #0023CF;
}
</style>
border-color css
<style>
span { border-color: #0023CF; }
span { border-color: rgb(0,35,207); }
td.TdClassName
{
border-color: #0023CF;
}
.TagClassName
{
border-color: #0023CF;
}
</style>