Html Css Color HEX #238ECE Pelorous

📋 copy color: '#238ECE'

red 35 ◦ green 142 ◦ blue 206

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

Shades of Pelorous #238ECE

Tints of Pelorous #238ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 9.14%
G = 37.08%
B = 53.79%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#238ECE (or 0x238ECE) is known color: Pelorous. HEX triplet: 23, 8E and CE. RGB value is (35,142,206). Sum of RGB (Red+Green+Blue) = 35+142+206=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #238ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ECE is #DC7131. Grayscale: #747474. Windows color (decimal): -14446898 or 13536803. OLE color: 13536803.

HSL color Cylindrical-coordinate representation of color #238ECE: hue angle of 202.46º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #238ECE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 142 206 -
CMYK 0.83 0.31 0 0.19
HSL 202.46º 0.71% 0.47% -
HSV(B) 202.46º 0.83% 0.81% -
XYZ 21.51 24.16 61.92 -
YUV 117.3 178.05 69.3 -
System Red Green Blue C M Y K H S L
Decimal 35 142 206 0.83 0.31 0 0.19 202.46 0.71 0.47
Hex 23 8E CE 53 1F 0 13 CA 47 2F
Octal 43 216 316 123 37 0 23 312 107 57
Binary 100011 10001110 11001110 1010011 11111 0 10011 11001010 1000111 101111

Color Harmonies of #238ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238ECE

Black with #238ECE

Text Example


Text Example

White with #238ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238ECE; }

 p { color: rgb(35,142,206); }

 H1.HeaderClassName
 {
   color: #238ECE;
 }
 .AnyTagClassName
 {
   color: #238ECE;
 }
</style>

background-color css

<style>
 a { background-color: #238ECE; }

 a { background-color: rgb(35,142,206); }

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

border-color css

<style>
 span { border-color: #238ECE; }

 span { border-color: rgb(35,142,206); }

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