Html Css Color HEX #231AEE Blue

📋 copy color: '#231AEE'

red 35 ◦ green 26 ◦ blue 238

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

Shades of Blue #231AEE

Tints of Blue #231AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.7%

 BLUE value IS 238 (93.36% from 255) = 79.6%

R = 11.71%
G = 8.7%
B = 79.6%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#231AEE (or 0x231AEE) is known color: Blue. HEX triplet: 23, 1A and EE. RGB value is (35,26,238). Sum of RGB (Red+Green+Blue) = 35+26+238=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #231AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231AEE is #DCE511. Grayscale: #343434. Windows color (decimal): -14476562 or 15604259. OLE color: 15604259.

HSL color Cylindrical-coordinate representation of color #231AEE: hue angle of 242.55º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231AEE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 26 238 -
CMYK 0.85 0.89 0 0.07
HSL 242.55º 0.86% 0.52% -
HSV(B) 242.55º 0.89% 0.93% -
XYZ 16.5 7.27 81.42 -
YUV 52.86 232.48 115.26 -
System Red Green Blue C M Y K H S L
Decimal 35 26 238 0.85 0.89 0 0.07 242.55 0.86 0.52
Hex 23 1A EE 55 59 0 7 F3 56 34
Octal 43 32 356 125 131 0 7 363 126 64
Binary 100011 11010 11101110 1010101 1011001 0 111 11110011 1010110 110100

Color Harmonies of #231AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AEE

Black with #231AEE

Text Example


Text Example

White with #231AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,26,238); }

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

background-color css

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

 a { background-color: rgb(35,26,238); }

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

border-color css

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

 span { border-color: rgb(35,26,238); }

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