#230CCE

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

Shades of Medium Blue #230CCE

Tints of Medium Blue #230CCE

Color information

#230CCE (or 0x230CCE) is unknown color: approx Medium Blue. HEX triplet: 23, 0C and CE. RGB value is (35,12,206). Sum of RGB (Red+Green+Blue) = 35+12+206=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #230CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CCE is #DCF331. Grayscale: #282828. Windows color (decimal): -14480178 or 13503523. OLE color: 13503523.

HSL color Cylindrical-coordinate representation of color #230CCE: hue angle of 247.11º 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 #230CCE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3512206-
CMYK0.830.9400.19
HSL247.11º88.99%42.75%-
HSV(B)247.11º94.17%80.78%-
XYZ11.975.0858.74-
YUV40.99221.12123.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 206 (80.86% from 255) = 81.42%
R=13.83%
G=4.74%
B=81.42%

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
Decimal35122060.830.9400.19247.1188.9942.75
Hex23CCE535E013f7592b
Octal431431612313602336713153
Binary10001111001100111010100111011110010011111101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230CCE; }

 p { color: rgb(35,12,206); }

 H1.HeaderClassName
 {
   color: #230CCE;
 }
 .AnyTagClassName
 {
   color: #230CCE;
 }
</style>
background-color css

<style>
 a { background-color: #230CCE; }

 a { background-color: rgb(35,12,206); }

 div.DivClassName
 {
   background-color: #230CCE;
 }
 .BgClassName
 {
   background-color: #230CCE;
 }
</style>
border-color css

<style>
 span { border-color: #230CCE; }

 span { border-color: rgb(35,12,206); }

 td.TdClassName
 {
   border-color: #230CCE;
 }
 .TagClassName
 {
   border-color: #230CCE;
 }
</style>