Html Css Color HEX #239DCC Pelorous

📋 copy color: '#239DCC'

red 35 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #239DCC

Tints of Pelorous #239DCC

RGB

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

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

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

R = 8.84%
G = 39.65%
B = 51.52%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#239DCC (or 0x239DCC) is known color: Pelorous. HEX triplet: 23, 9D and CC. RGB value is (35,157,204). Sum of RGB (Red+Green+Blue) = 35+157+204=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #239DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DCC is #DC6233. Grayscale: #7D7D7D. Windows color (decimal): -14443060 or 13409571. OLE color: 13409571.

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

Color convert

RGB 35 157 204 -
CMYK 0.83 0.23 0 0.2
HSL 196.69º 0.71% 0.47% -
HSV(B) 196.69º 0.83% 0.8% -
XYZ 23.65 28.83 61.45 -
YUV 125.88 172.08 63.18 -
System Red Green Blue C M Y K H S L
Decimal 35 157 204 0.83 0.23 0 0.2 196.69 0.71 0.47
Hex 23 9D CC 53 17 0 14 C5 47 2F
Octal 43 235 314 123 27 0 24 305 107 57
Binary 100011 10011101 11001100 1010011 10111 0 10100 11000101 1000111 101111

Color Harmonies of #239DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239DCC

Black with #239DCC

Text Example


Text Example

White with #239DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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