Html Css Color HEX #239ECC Pelorous

📋 copy color: '#239ECC'

red 35 ◦ green 158 ◦ blue 204

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

Shades of Pelorous #239ECC

Tints of Pelorous #239ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 8.82%
G = 39.8%
B = 51.39%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#239ECC (or 0x239ECC) is known color: Pelorous. HEX triplet: 23, 9E and CC. RGB value is (35,158,204). Sum of RGB (Red+Green+Blue) = 35+158+204=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #239ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ECC is #DC6133. Grayscale: #7E7E7E. Windows color (decimal): -14442804 or 13409827. OLE color: 13409827.

HSL color Cylindrical-coordinate representation of color #239ECC: hue angle of 196.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239ECC is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 158 204 -
CMYK 0.83 0.23 0 0.2
HSL 196.33º 0.71% 0.47% -
HSV(B) 196.33º 0.83% 0.8% -
XYZ 23.82 29.17 61.5 -
YUV 126.47 171.75 62.76 -
System Red Green Blue C M Y K H S L
Decimal 35 158 204 0.83 0.23 0 0.2 196.33 0.71 0.47
Hex 23 9E CC 53 17 0 14 C4 47 2F
Octal 43 236 314 123 27 0 24 304 107 57
Binary 100011 10011110 11001100 1010011 10111 0 10100 11000100 1000111 101111

Color Harmonies of #239ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239ECC

Black with #239ECC

Text Example


Text Example

White with #239ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239ECC; }

 p { color: rgb(35,158,204); }

 H1.HeaderClassName
 {
   color: #239ECC;
 }
 .AnyTagClassName
 {
   color: #239ECC;
 }
</style>

background-color css

<style>
 a { background-color: #239ECC; }

 a { background-color: rgb(35,158,204); }

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

border-color css

<style>
 span { border-color: #239ECC; }

 span { border-color: rgb(35,158,204); }

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