Html Css Color HEX #239BCE Pelorous

📋 copy color: '#239BCE'

red 35 ◦ green 155 ◦ blue 206

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

Shades of Pelorous #239BCE

Tints of Pelorous #239BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 8.84%
G = 39.14%
B = 52.02%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#239BCE (or 0x239BCE) is known color: Pelorous. HEX triplet: 23, 9B and CE. RGB value is (35,155,206). Sum of RGB (Red+Green+Blue) = 35+155+206=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #239BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BCE is #DC6431. Grayscale: #7C7C7C. Windows color (decimal): -14443570 or 13540131. OLE color: 13540131.

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

Color convert

RGB 35 155 206 -
CMYK 0.83 0.25 0 0.19
HSL 197.89º 0.71% 0.47% -
HSV(B) 197.89º 0.83% 0.81% -
XYZ 23.56 28.26 62.61 -
YUV 124.93 173.74 63.85 -
System Red Green Blue C M Y K H S L
Decimal 35 155 206 0.83 0.25 0 0.19 197.89 0.71 0.47
Hex 23 9B CE 53 19 0 13 C6 47 2F
Octal 43 233 316 123 31 0 23 306 107 57
Binary 100011 10011011 11001110 1010011 11001 0 10011 11000110 1000111 101111

Color Harmonies of #239BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BCE

Black with #239BCE

Text Example


Text Example

White with #239BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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