Shades of Medium Blue #230CCF
Tints of Medium Blue #230CCF
RGB
CMYK
RGB Variations
Color information
#230CCF (or 0x230CCF) is known color: Medium Blue. HEX triplet: 23, 0C and CF. RGB value is (35,12,207). Sum of RGB (Red+Green+Blue) = 35+12+207=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #230CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CCF is #DCF330. Grayscale: #282828. Windows color (decimal): -14480177 or 13569059. OLE color: 13569059.
HSL color Cylindrical-coordinate representation of color #230CCF: hue angle of 247.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230CCF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 12 | 207 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.19 |
| HSL | 247.08º | 0.89% | 0.43% | - |
| HSV(B) | 247.08º | 0.94% | 0.81% | - |
| XYZ | 12.09 | 5.13 | 59.38 | - |
| YUV | 41.11 | 221.62 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 207 | 0.83 | 0.94 | 0 | 0.19 | 247.08 | 0.89 | 0.43 |
| Hex | 23 | C | CF | 53 | 5E | 0 | 13 | F7 | 59 | 2B |
| Octal | 43 | 14 | 317 | 123 | 136 | 0 | 23 | 367 | 131 | 53 |
| Binary | 100011 | 1100 | 11001111 | 1010011 | 1011110 | 0 | 10011 | 11110111 | 1011001 | 101011 |
Color Harmonies of #230CCF
Complementary color
Monochromatic Colors of #230CCF
Black with #230CCF
Text Example
Text Example
White with #230CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230CCF; }
p { color: rgb(35,12,207); }
H1.HeaderClassName
{
color: #230CCF;
}
.AnyTagClassName
{
color: #230CCF;
}
</style>
background-color css
<style>
a { background-color: #230CCF; }
a { background-color: rgb(35,12,207); }
div.DivClassName
{
background-color: #230CCF;
}
.BgClassName
{
background-color: #230CCF;
}
</style>
border-color css
<style>
span { border-color: #230CCF; }
span { border-color: rgb(35,12,207); }
td.TdClassName
{
border-color: #230CCF;
}
.TagClassName
{
border-color: #230CCF;
}
</style>