#230ECA

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

Shades of Medium Blue #230ECA

Tints of Medium Blue #230ECA

Color information

#230ECA (or 0x230ECA) is unknown color: approx Medium Blue. HEX triplet: 23, 0E and CA. RGB value is (35,14,202). Sum of RGB (Red+Green+Blue) = 35+14+202=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #230ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230ECA is #DCF135. Grayscale: #282828. Windows color (decimal): -14479670 or 13241891. OLE color: 13241891.

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

Color convert

RGB3514202-
CMYK0.830.9300.21
HSL246.7º87.04%42.35%-
HSV(B)246.7º93.07%79.22%-
XYZ11.514.9456.22-
YUV41.71218.46123.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 202 (79.30% from 255) = 80.48%
R=13.94%
G=5.58%
B=80.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35142020.830.9300.21246.787.0442.35
Hex23ECA535D015f7572a
Octal431631212313502536712752
Binary10001111101100101010100111011101010101111101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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