Html Css Color HEX #231CE5 Medium Blue

📋 copy color: '#231CE5'

red 35 ◦ green 28 ◦ blue 229

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

Shades of Medium Blue #231CE5

Tints of Medium Blue #231CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 78.42%

R = 11.99%
G = 9.59%
B = 78.42%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#231CE5 (or 0x231CE5) is known color: Medium Blue. HEX triplet: 23, 1C and E5. RGB value is (35,28,229). Sum of RGB (Red+Green+Blue) = 35+28+229=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 229 (89.84% from 255 or 78.42% from 292); Max value from RGB is 229 - color contains mainly: blue. Hex color #231CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CE5 is #DCE31A. Grayscale: #343434. Windows color (decimal): -14476059 or 15014947. OLE color: 15014947.

HSL color Cylindrical-coordinate representation of color #231CE5: hue angle of 242.09º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231CE5 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 28 229 -
CMYK 0.85 0.88 0 0.10
HSL 242.09º 0.79% 0.5% -
HSV(B) 242.09º 0.88% 0.9% -
XYZ 15.25 6.84 74.65 -
YUV 53.01 227.32 115.16 -
System Red Green Blue C M Y K H S L
Decimal 35 28 229 0.85 0.88 0 0.10 242.09 0.79 0.5
Hex 23 1C E5 55 58 0 A F2 4F 32
Octal 43 34 345 125 130 0 12 362 117 62
Binary 100011 11100 11100101 1010101 1011000 0 1010 11110010 1001111 110010

Color Harmonies of #231CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CE5

Black with #231CE5

Text Example


Text Example

White with #231CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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