Html Css Color HEX #239BCC Pelorous

📋 copy color: '#239BCC'

red 35 ◦ green 155 ◦ blue 204

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

Shades of Pelorous #239BCC

Tints of Pelorous #239BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 8.88%
G = 39.34%
B = 51.78%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#239BCC (or 0x239BCC) is known color: Pelorous. HEX triplet: 23, 9B and CC. RGB value is (35,155,204). Sum of RGB (Red+Green+Blue) = 35+155+204=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #239BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BCC is #DC6433. Grayscale: #7C7C7C. Windows color (decimal): -14443572 or 13409059. OLE color: 13409059.

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

Color convert

RGB 35 155 204 -
CMYK 0.83 0.24 0 0.2
HSL 197.4º 0.71% 0.47% -
HSV(B) 197.4º 0.83% 0.8% -
XYZ 23.31 28.16 61.33 -
YUV 124.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 35 155 204 0.83 0.24 0 0.2 197.4 0.71 0.47
Hex 23 9B CC 53 18 0 14 C5 47 2F
Octal 43 233 314 123 30 0 24 305 107 57
Binary 100011 10011011 11001100 1010011 11000 0 10100 11000101 1000111 101111

Color Harmonies of #239BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BCC

Black with #239BCC

Text Example


Text Example

White with #239BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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