Html Css Color HEX #231DEE Blue

📋 copy color: '#231DEE'

red 35 ◦ green 29 ◦ blue 238

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

Shades of Blue #231DEE

Tints of Blue #231DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

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

R = 11.59%
G = 9.6%
B = 78.81%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#231DEE (or 0x231DEE) is known color: Blue. HEX triplet: 23, 1D and EE. RGB value is (35,29,238). Sum of RGB (Red+Green+Blue) = 35+29+238=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #231DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231DEE is #DCE211. Grayscale: #353535. Windows color (decimal): -14475794 or 15605027. OLE color: 15605027.

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

Color convert

RGB 35 29 238 -
CMYK 0.85 0.88 0 0.07
HSL 241.72º 0.86% 0.52% -
HSV(B) 241.72º 0.88% 0.93% -
XYZ 16.57 7.41 81.45 -
YUV 54.62 231.49 114.01 -
System Red Green Blue C M Y K H S L
Decimal 35 29 238 0.85 0.88 0 0.07 241.72 0.86 0.52
Hex 23 1D EE 55 58 0 7 F2 56 34
Octal 43 35 356 125 130 0 7 362 126 64
Binary 100011 11101 11101110 1010101 1011000 0 111 11110010 1010110 110100

Color Harmonies of #231DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DEE

Black with #231DEE

Text Example


Text Example

White with #231DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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