Html Css Color HEX #231CE0 Medium Blue

📋 copy color: '#231CE0'

red 35 ◦ green 28 ◦ blue 224

#231CE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #231CE0

Tints of Medium Blue #231CE0

RGB

 RED value IS 35 (14.06% from 255) = 12.2%

 GREEN value IS 28 (11.33% from 255) = 9.76%

 BLUE value IS 224 (87.89% from 255) = 78.05%

R = 12.2%
G = 9.76%
B = 78.05%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#231CE0 (or 0x231CE0) is known color: Medium Blue. HEX triplet: 23, 1C and E0. RGB value is (35,28,224). Sum of RGB (Red+Green+Blue) = 35+28+224=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 224 (87.89% from 255 or 78.05% from 287); Max value from RGB is 224 - color contains mainly: blue. Hex color #231CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CE0 is #DCE31F. Grayscale: #333333. Windows color (decimal): -14476064 or 14687267. OLE color: 14687267.

HSL color Cylindrical-coordinate representation of color #231CE0: hue angle of 242.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231CE0 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 28 224 -
CMYK 0.84 0.88 0 0.12
HSL 242.14º 0.78% 0.49% -
HSV(B) 242.14º 0.88% 0.88% -
XYZ 14.56 6.57 71.02 -
YUV 52.44 224.82 115.56 -
System Red Green Blue C M Y K H S L
Decimal 35 28 224 0.84 0.88 0 0.12 242.14 0.78 0.49
Hex 23 1C E0 54 58 0 C F2 4E 31
Octal 43 34 340 124 130 0 14 362 116 61
Binary 100011 11100 11100000 1010100 1011000 0 1100 11110010 1001110 110001

Color Harmonies of #231CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CE0

Black with #231CE0

Text Example


Text Example

White with #231CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231CE0; }

 p { color: rgb(35,28,224); }

 H1.HeaderClassName
 {
   color: #231CE0;
 }
 .AnyTagClassName
 {
   color: #231CE0;
 }
</style>

background-color css

<style>
 a { background-color: #231CE0; }

 a { background-color: rgb(35,28,224); }

 div.DivClassName
 {
   background-color: #231CE0;
 }
 .BgClassName
 {
   background-color: #231CE0;
 }
</style>

border-color css

<style>
 span { border-color: #231CE0; }

 span { border-color: rgb(35,28,224); }

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