Html Css Color HEX #238EC0 Pelorous

📋 copy color: '#238EC0'

red 35 ◦ green 142 ◦ blue 192

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

Shades of Pelorous #238EC0

Tints of Pelorous #238EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 9.49%
G = 38.48%
B = 52.03%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#238EC0 (or 0x238EC0) is known color: Pelorous. HEX triplet: 23, 8E and C0. RGB value is (35,142,192). Sum of RGB (Red+Green+Blue) = 35+142+192=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #238EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EC0 is #DC713F. Grayscale: #737373. Windows color (decimal): -14446912 or 12619299. OLE color: 12619299.

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

Color convert

RGB 35 142 192 -
CMYK 0.82 0.26 0 0.25
HSL 199.11º 0.69% 0.45% -
HSV(B) 199.11º 0.82% 0.75% -
XYZ 19.88 23.51 53.36 -
YUV 115.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 35 142 192 0.82 0.26 0 0.25 199.11 0.69 0.45
Hex 23 8E C0 52 1A 0 19 C7 45 2D
Octal 43 216 300 122 32 0 31 307 105 55
Binary 100011 10001110 11000000 1010010 11010 0 11001 11000111 1000101 101101

Color Harmonies of #238EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EC0

Black with #238EC0

Text Example


Text Example

White with #238EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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