Html Css Color HEX #239BCD Pelorous

📋 copy color: '#239BCD'

red 35 ◦ green 155 ◦ blue 205

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

Shades of Pelorous #239BCD

Tints of Pelorous #239BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 8.86%
G = 39.24%
B = 51.9%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#239BCD (or 0x239BCD) is known color: Pelorous. HEX triplet: 23, 9B and CD. RGB value is (35,155,205). Sum of RGB (Red+Green+Blue) = 35+155+205=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #239BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BCD is #DC6432. Grayscale: #7C7C7C. Windows color (decimal): -14443571 or 13474595. OLE color: 13474595.

HSL color Cylindrical-coordinate representation of color #239BCD: hue angle of 197.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239BCD is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 155 205 -
CMYK 0.83 0.24 0 0.20
HSL 197.65º 0.71% 0.47% -
HSV(B) 197.65º 0.83% 0.8% -
XYZ 23.43 28.21 61.97 -
YUV 124.82 173.24 63.93 -
System Red Green Blue C M Y K H S L
Decimal 35 155 205 0.83 0.24 0 0.20 197.65 0.71 0.47
Hex 23 9B CD 53 18 0 14 C6 47 2F
Octal 43 233 315 123 30 0 24 306 107 57
Binary 100011 10011011 11001101 1010011 11000 0 10100 11000110 1000111 101111

Color Harmonies of #239BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BCD

Black with #239BCD

Text Example


Text Example

White with #239BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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