#230CCF

Color #230CCF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #230CCF

Tints of Medium Blue #230CCF

Color information

#230CCF (or 0x230CCF) is unknown color: approx 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

RGB3512207-
CMYK0.830.9400.19
HSL247.08º89.04%42.94%-
HSV(B)247.08º94.2%81.18%-
XYZ12.095.1359.38-
YUV41.11221.62123.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 207 (81.25% from 255) = 81.50%
R=13.78%
G=4.72%
B=81.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal35122070.830.9400.19247.0889.0442.94
Hex23CCF535E013f7592b
Octal431431712313602336713153
Binary10001111001100111110100111011110010011111101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>