Html Css Color HEX #238EC1 Pelorous

📋 copy color: '#238EC1'

red 35 ◦ green 142 ◦ blue 193

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

Shades of Pelorous #238EC1

Tints of Pelorous #238EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 9.46%
G = 38.38%
B = 52.16%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#238EC1 (or 0x238EC1) is known color: Pelorous. HEX triplet: 23, 8E and C1. RGB value is (35,142,193). Sum of RGB (Red+Green+Blue) = 35+142+193=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #238EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EC1 is #DC713E. Grayscale: #737373. Windows color (decimal): -14446911 or 12684835. OLE color: 12684835.

HSL color Cylindrical-coordinate representation of color #238EC1: hue angle of 199.37º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238EC1 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 142 193 -
CMYK 0.82 0.26 0 0.24
HSL 199.37º 0.69% 0.45% -
HSV(B) 199.37º 0.82% 0.76% -
XYZ 19.99 23.55 53.94 -
YUV 115.82 171.55 70.35 -
System Red Green Blue C M Y K H S L
Decimal 35 142 193 0.82 0.26 0 0.24 199.37 0.69 0.45
Hex 23 8E C1 52 1A 0 18 C7 45 2D
Octal 43 216 301 122 32 0 30 307 105 55
Binary 100011 10001110 11000001 1010010 11010 0 11000 11000111 1000101 101101

Color Harmonies of #238EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EC1

Black with #238EC1

Text Example


Text Example

White with #238EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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