#230ECD

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

Shades of Medium Blue #230ECD

Tints of Medium Blue #230ECD

Color information

#230ECD (or 0x230ECD) is unknown color: approx Medium Blue. HEX triplet: 23, 0E and CD. RGB value is (35,14,205). Sum of RGB (Red+Green+Blue) = 35+14+205=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #230ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ECD is #DCF132. Grayscale: #292929. Windows color (decimal): -14479667 or 13438499. OLE color: 13438499.

HSL color Cylindrical-coordinate representation of color #230ECD: hue angle of 246.6º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230ECD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3514205-
CMYK0.830.9300.20
HSL246.6º87.21%42.94%-
HSV(B)246.6º93.17%80.39%-
XYZ11.875.0858.11-
YUV42.05219.96122.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 205 (80.47% from 255) = 80.71%
R=13.78%
G=5.51%
B=80.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal35142050.830.9300.20246.687.2142.94
Hex23ECD535D014f7572b
Octal431631512313502436712753
Binary10001111101100110110100111011101010100111101111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,14,205); }

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

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

 a { background-color: rgb(35,14,205); }

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

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

 span { border-color: rgb(35,14,205); }

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