Html Css Color HEX #231BE0 Medium Blue

📋 copy color: '#231BE0'

red 35 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #231BE0

Tints of Medium Blue #231BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

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

R = 12.24%
G = 9.44%
B = 78.32%

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

#231BE0 (or 0x231BE0) is known color: Medium Blue. HEX triplet: 23, 1B and E0. RGB value is (35,27,224). Sum of RGB (Red+Green+Blue) = 35+27+224=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 224 (87.89% from 255 or 78.32% from 286); Max value from RGB is 224 - color contains mainly: blue. Hex color #231BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BE0 is #DCE41F. Grayscale: #333333. Windows color (decimal): -14476320 or 14687011. OLE color: 14687011.

HSL color Cylindrical-coordinate representation of color #231BE0: hue angle of 242.44º 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 #231BE0 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 27 224 -
CMYK 0.84 0.88 0 0.12
HSL 242.44º 0.78% 0.49% -
HSV(B) 242.44º 0.88% 0.88% -
XYZ 14.54 6.52 71.01 -
YUV 51.85 225.15 115.98 -
System Red Green Blue C M Y K H S L
Decimal 35 27 224 0.84 0.88 0 0.12 242.44 0.78 0.49
Hex 23 1B E0 54 58 0 C F2 4E 31
Octal 43 33 340 124 130 0 14 362 116 61
Binary 100011 11011 11100000 1010100 1011000 0 1100 11110010 1001110 110001

Color Harmonies of #231BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BE0

Black with #231BE0

Text Example


Text Example

White with #231BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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