Html Css Color HEX #239EC9 Pelorous

📋 copy color: '#239EC9'

red 35 ◦ green 158 ◦ blue 201

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

Shades of Pelorous #239EC9

Tints of Pelorous #239EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 8.88%
G = 40.1%
B = 51.02%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#239EC9 (or 0x239EC9) is known color: Pelorous. HEX triplet: 23, 9E and C9. RGB value is (35,158,201). Sum of RGB (Red+Green+Blue) = 35+158+201=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #239EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239EC9 is #DC6136. Grayscale: #7D7D7D. Windows color (decimal): -14442807 or 13213219. OLE color: 13213219.

HSL color Cylindrical-coordinate representation of color #239EC9: hue angle of 195.54º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239EC9 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 158 201 -
CMYK 0.83 0.21 0 0.21
HSL 195.54º 0.7% 0.46% -
HSV(B) 195.54º 0.83% 0.79% -
XYZ 23.46 29.03 59.62 -
YUV 126.13 170.25 63 -
System Red Green Blue C M Y K H S L
Decimal 35 158 201 0.83 0.21 0 0.21 195.54 0.7 0.46
Hex 23 9E C9 53 15 0 15 C4 46 2E
Octal 43 236 311 123 25 0 25 304 106 56
Binary 100011 10011110 11001001 1010011 10101 0 10101 11000100 1000110 101110

Color Harmonies of #239EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239EC9

Black with #239EC9

Text Example


Text Example

White with #239EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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