Html Css Color HEX #231AED Blue

📋 copy color: '#231AED'

red 35 ◦ green 26 ◦ blue 237

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

Shades of Blue #231AED

Tints of Blue #231AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79.53%

R = 11.74%
G = 8.72%
B = 79.53%

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

#231AED (or 0x231AED) is known color: Blue. HEX triplet: 23, 1A and ED. RGB value is (35,26,237). Sum of RGB (Red+Green+Blue) = 35+26+237=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #231AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231AED is #DCE512. Grayscale: #333333. Windows color (decimal): -14476563 or 15538723. OLE color: 15538723.

HSL color Cylindrical-coordinate representation of color #231AED: hue angle of 242.56º degrees, saturation: 0.85, 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 #231AED is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 26 237 -
CMYK 0.85 0.89 0 0.07
HSL 242.56º 0.85% 0.52% -
HSV(B) 242.56º 0.89% 0.93% -
XYZ 16.35 7.21 80.65 -
YUV 52.75 231.98 115.34 -
System Red Green Blue C M Y K H S L
Decimal 35 26 237 0.85 0.89 0 0.07 242.56 0.85 0.52
Hex 23 1A ED 55 59 0 7 F3 55 34
Octal 43 32 355 125 131 0 7 363 125 64
Binary 100011 11010 11101101 1010101 1011001 0 111 11110011 1010101 110100

Color Harmonies of #231AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AED

Black with #231AED

Text Example


Text Example

White with #231AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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