Html Css Color HEX #239DC9 Pelorous

📋 copy color: '#239DC9'

red 35 ◦ green 157 ◦ blue 201

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

Shades of Pelorous #239DC9

Tints of Pelorous #239DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

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

R = 8.91%
G = 39.95%
B = 51.15%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#239DC9 (or 0x239DC9) is known color: Pelorous. HEX triplet: 23, 9D and C9. RGB value is (35,157,201). Sum of RGB (Red+Green+Blue) = 35+157+201=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #239DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DC9 is #DC6236. Grayscale: #7D7D7D. Windows color (decimal): -14443063 or 13212963. OLE color: 13212963.

HSL color Cylindrical-coordinate representation of color #239DC9: hue angle of 195.9º 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 #239DC9 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 157 201 -
CMYK 0.83 0.22 0 0.21
HSL 195.9º 0.7% 0.46% -
HSV(B) 195.9º 0.83% 0.79% -
XYZ 23.29 28.69 59.57 -
YUV 125.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 35 157 201 0.83 0.22 0 0.21 195.9 0.7 0.46
Hex 23 9D C9 53 16 0 15 C4 46 2E
Octal 43 235 311 123 26 0 25 304 106 56
Binary 100011 10011101 11001001 1010011 10110 0 10101 11000100 1000110 101110

Color Harmonies of #239DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239DC9

Black with #239DC9

Text Example


Text Example

White with #239DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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