Html Css Color HEX #239BB5 Pelorous

📋 copy color: '#239BB5'

red 35 ◦ green 155 ◦ blue 181

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

Shades of Pelorous #239BB5

Tints of Pelorous #239BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 9.43%
G = 41.78%
B = 48.79%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#239BB5 (or 0x239BB5) is known color: Pelorous. HEX triplet: 23, 9B and B5. RGB value is (35,155,181). Sum of RGB (Red+Green+Blue) = 35+155+181=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #239BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BB5 is #DC644A. Grayscale: #797979. Windows color (decimal): -14443595 or 11901731. OLE color: 11901731.

HSL color Cylindrical-coordinate representation of color #239BB5: hue angle of 190.68º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239BB5 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 155 181 -
CMYK 0.81 0.14 0 0.29
HSL 190.68º 0.68% 0.42% -
HSV(B) 190.68º 0.81% 0.71% -
XYZ 20.75 27.14 47.86 -
YUV 122.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 35 155 181 0.81 0.14 0 0.29 190.68 0.68 0.42
Hex 23 9B B5 51 E 0 1D BF 44 2A
Octal 43 233 265 121 16 0 35 277 104 52
Binary 100011 10011011 10110101 1010001 1110 0 11101 10111111 1000100 101010

Color Harmonies of #239BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BB5

Black with #239BB5

Text Example


Text Example

White with #239BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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