Html Css Color HEX #239BC9 Pelorous

📋 copy color: '#239BC9'

red 35 ◦ green 155 ◦ blue 201

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

Shades of Pelorous #239BC9

Tints of Pelorous #239BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

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

R = 8.95%
G = 39.64%
B = 51.41%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#239BC9 (or 0x239BC9) is known color: Pelorous. HEX triplet: 23, 9B and C9. RGB value is (35,155,201). Sum of RGB (Red+Green+Blue) = 35+155+201=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #239BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BC9 is #DC6436. Grayscale: #7C7C7C. Windows color (decimal): -14443575 or 13212451. OLE color: 13212451.

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

Color convert

RGB 35 155 201 -
CMYK 0.83 0.23 0 0.21
HSL 196.63º 0.7% 0.46% -
HSV(B) 196.63º 0.83% 0.79% -
XYZ 22.96 28.02 59.46 -
YUV 124.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 35 155 201 0.83 0.23 0 0.21 196.63 0.7 0.46
Hex 23 9B C9 53 17 0 15 C5 46 2E
Octal 43 233 311 123 27 0 25 305 106 56
Binary 100011 10011011 11001001 1010011 10111 0 10101 11000101 1000110 101110

Color Harmonies of #239BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BC9

Black with #239BC9

Text Example


Text Example

White with #239BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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