Html Css Color HEX #231EEB Blue

📋 copy color: '#231EEB'

red 35 ◦ green 30 ◦ blue 235

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

Shades of Blue #231EEB

Tints of Blue #231EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 235 (92.19% from 255) = 78.33%

R = 11.67%
G = 10%
B = 78.33%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#231EEB (or 0x231EEB) is known color: Blue. HEX triplet: 23, 1E and EB. RGB value is (35,30,235). Sum of RGB (Red+Green+Blue) = 35+30+235=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #231EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231EEB is #DCE114. Grayscale: #363636. Windows color (decimal): -14475541 or 15408675. OLE color: 15408675.

HSL color Cylindrical-coordinate representation of color #231EEB: hue angle of 241.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231EEB is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 30 235 -
CMYK 0.85 0.87 0 0.08
HSL 241.46º 0.84% 0.52% -
HSV(B) 241.46º 0.87% 0.92% -
XYZ 16.15 7.28 79.15 -
YUV 54.87 229.66 113.83 -
System Red Green Blue C M Y K H S L
Decimal 35 30 235 0.85 0.87 0 0.08 241.46 0.84 0.52
Hex 23 1E EB 55 57 0 8 F1 54 34
Octal 43 36 353 125 127 0 10 361 124 64
Binary 100011 11110 11101011 1010101 1010111 0 1000 11110001 1010100 110100

Color Harmonies of #231EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EEB

Black with #231EEB

Text Example


Text Example

White with #231EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,30,235); }

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

background-color css

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

 a { background-color: rgb(35,30,235); }

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

border-color css

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

 span { border-color: rgb(35,30,235); }

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