Html Css Color HEX #239ACC Pelorous

📋 copy color: '#239ACC'

red 35 ◦ green 154 ◦ blue 204

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

Shades of Pelorous #239ACC

Tints of Pelorous #239ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

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

R = 8.91%
G = 39.19%
B = 51.91%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#239ACC (or 0x239ACC) is known color: Pelorous. HEX triplet: 23, 9A and CC. RGB value is (35,154,204). Sum of RGB (Red+Green+Blue) = 35+154+204=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #239ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ACC is #DC6533. Grayscale: #7B7B7B. Windows color (decimal): -14443828 or 13408803. OLE color: 13408803.

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

Color convert

RGB 35 154 204 -
CMYK 0.83 0.25 0 0.2
HSL 197.75º 0.71% 0.47% -
HSV(B) 197.75º 0.83% 0.8% -
XYZ 23.15 27.83 61.28 -
YUV 124.12 173.08 64.43 -
System Red Green Blue C M Y K H S L
Decimal 35 154 204 0.83 0.25 0 0.2 197.75 0.71 0.47
Hex 23 9A CC 53 19 0 14 C6 47 2F
Octal 43 232 314 123 31 0 24 306 107 57
Binary 100011 10011010 11001100 1010011 11001 0 10100 11000110 1000111 101111

Color Harmonies of #239ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239ACC

Black with #239ACC

Text Example


Text Example

White with #239ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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