Html Css Color HEX #239DB5 Pelorous

📋 copy color: '#239DB5'

red 35 ◦ green 157 ◦ blue 181

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

Shades of Pelorous #239DB5

Tints of Pelorous #239DB5

RGB

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

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

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

R = 9.38%
G = 42.09%
B = 48.53%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#239DB5 (or 0x239DB5) is known color: Pelorous. HEX triplet: 23, 9D and B5. RGB value is (35,157,181). Sum of RGB (Red+Green+Blue) = 35+157+181=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #239DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DB5 is #DC624A. Grayscale: #7B7B7B. Windows color (decimal): -14443083 or 11902243. OLE color: 11902243.

HSL color Cylindrical-coordinate representation of color #239DB5: hue angle of 189.86º 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 #239DB5 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 157 181 -
CMYK 0.81 0.13 0 0.29
HSL 189.86º 0.68% 0.42% -
HSV(B) 189.86º 0.81% 0.71% -
XYZ 21.09 27.81 47.97 -
YUV 123.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 35 157 181 0.81 0.13 0 0.29 189.86 0.68 0.42
Hex 23 9D B5 51 D 0 1D BE 44 2A
Octal 43 235 265 121 15 0 35 276 104 52
Binary 100011 10011101 10110101 1010001 1101 0 11101 10111110 1000100 101010

Color Harmonies of #239DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239DB5

Black with #239DB5

Text Example


Text Example

White with #239DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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