Html Css Color HEX #231EEF Blue

📋 copy color: '#231EEF'

red 35 ◦ green 30 ◦ blue 239

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

Shades of Blue #231EEF

Tints of Blue #231EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.62%

R = 11.51%
G = 9.87%
B = 78.62%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#231EEF (or 0x231EEF) is known color: Blue. HEX triplet: 23, 1E and EF. RGB value is (35,30,239). Sum of RGB (Red+Green+Blue) = 35+30+239=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #231EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231EEF is #DCE110. Grayscale: #363636. Windows color (decimal): -14475537 or 15670819. OLE color: 15670819.

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

Color convert

RGB 35 30 239 -
CMYK 0.85 0.87 0 0.06
HSL 241.44º 0.87% 0.53% -
HSV(B) 241.44º 0.87% 0.94% -
XYZ 16.74 7.52 82.23 -
YUV 55.32 231.66 113.51 -
System Red Green Blue C M Y K H S L
Decimal 35 30 239 0.85 0.87 0 0.06 241.44 0.87 0.53
Hex 23 1E EF 55 57 0 6 F1 57 35
Octal 43 36 357 125 127 0 6 361 127 65
Binary 100011 11110 11101111 1010101 1010111 0 110 11110001 1010111 110101

Color Harmonies of #231EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EEF

Black with #231EEF

Text Example


Text Example

White with #231EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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