Html Css Color HEX #231CED Blue

📋 copy color: '#231CED'

red 35 ◦ green 28 ◦ blue 237

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

Shades of Blue #231CED

Tints of Blue #231CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79%

R = 11.67%
G = 9.33%
B = 79%

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

#231CED (or 0x231CED) is known color: Blue. HEX triplet: 23, 1C and ED. RGB value is (35,28,237). Sum of RGB (Red+Green+Blue) = 35+28+237=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #231CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CED is #DCE312. Grayscale: #353535. Windows color (decimal): -14476051 or 15539235. OLE color: 15539235.

HSL color Cylindrical-coordinate representation of color #231CED: hue angle of 242.01º degrees, saturation: 0.85, 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 #231CED is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 28 237 -
CMYK 0.85 0.88 0 0.07
HSL 242.01º 0.85% 0.52% -
HSV(B) 242.01º 0.88% 0.93% -
XYZ 16.39 7.3 80.67 -
YUV 53.92 231.32 114.51 -
System Red Green Blue C M Y K H S L
Decimal 35 28 237 0.85 0.88 0 0.07 242.01 0.85 0.52
Hex 23 1C ED 55 58 0 7 F2 55 34
Octal 43 34 355 125 130 0 7 362 125 64
Binary 100011 11100 11101101 1010101 1011000 0 111 11110010 1010101 110100

Color Harmonies of #231CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CED

Black with #231CED

Text Example


Text Example

White with #231CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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