Html Css Color HEX #231FEE Blue

📋 copy color: '#231FEE'

red 35 ◦ green 31 ◦ blue 238

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

Shades of Blue #231FEE

Tints of Blue #231FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

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

R = 11.51%
G = 10.2%
B = 78.29%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#231FEE (or 0x231FEE) is known color: Blue. HEX triplet: 23, 1F and EE. RGB value is (35,31,238). Sum of RGB (Red+Green+Blue) = 35+31+238=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #231FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231FEE is #DCE011. Grayscale: #363636. Windows color (decimal): -14475282 or 15605539. OLE color: 15605539.

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

Color convert

RGB 35 31 238 -
CMYK 0.85 0.87 0 0.07
HSL 241.16º 0.86% 0.53% -
HSV(B) 241.16º 0.87% 0.93% -
XYZ 16.62 7.51 81.46 -
YUV 55.79 230.83 113.17 -
System Red Green Blue C M Y K H S L
Decimal 35 31 238 0.85 0.87 0 0.07 241.16 0.86 0.53
Hex 23 1F EE 55 57 0 7 F1 56 35
Octal 43 37 356 125 127 0 7 361 126 65
Binary 100011 11111 11101110 1010101 1010111 0 111 11110001 1010110 110101

Color Harmonies of #231FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231FEE

Black with #231FEE

Text Example


Text Example

White with #231FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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