Html Css Color HEX #231CEF Blue

📋 copy color: '#231CEF'

red 35 ◦ green 28 ◦ blue 239

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

Shades of Blue #231CEF

Tints of Blue #231CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

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

R = 11.59%
G = 9.27%
B = 79.14%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#231CEF (or 0x231CEF) is known color: Blue. HEX triplet: 23, 1C and EF. RGB value is (35,28,239). Sum of RGB (Red+Green+Blue) = 35+28+239=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #231CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CEF is #DCE310. Grayscale: #353535. Windows color (decimal): -14476049 or 15670307. OLE color: 15670307.

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

Color convert

RGB 35 28 239 -
CMYK 0.85 0.88 0 0.06
HSL 241.99º 0.87% 0.52% -
HSV(B) 241.99º 0.88% 0.94% -
XYZ 16.69 7.42 82.21 -
YUV 54.15 232.32 114.34 -
System Red Green Blue C M Y K H S L
Decimal 35 28 239 0.85 0.88 0 0.06 241.99 0.87 0.52
Hex 23 1C EF 55 58 0 6 F2 57 34
Octal 43 34 357 125 130 0 6 362 127 64
Binary 100011 11100 11101111 1010101 1011000 0 110 11110010 1010111 110100

Color Harmonies of #231CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CEF

Black with #231CEF

Text Example


Text Example

White with #231CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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