Html Css Color HEX #239FBE Pelorous

📋 copy color: '#239FBE'

red 35 ◦ green 159 ◦ blue 190

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

Shades of Pelorous #239FBE

Tints of Pelorous #239FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.41%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 9.11%
G = 41.41%
B = 49.48%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#239FBE (or 0x239FBE) is known color: Pelorous. HEX triplet: 23, 9F and BE. RGB value is (35,159,190). Sum of RGB (Red+Green+Blue) = 35+159+190=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #239FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FBE is #DC6041. Grayscale: #7D7D7D. Windows color (decimal): -14442562 or 12492579. OLE color: 12492579.

HSL color Cylindrical-coordinate representation of color #239FBE: hue angle of 192º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239FBE is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 159 190 -
CMYK 0.82 0.16 0 0.25
HSL 192º 0.69% 0.44% -
HSV(B) 192º 0.82% 0.75% -
XYZ 22.39 28.87 53.11 -
YUV 125.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 35 159 190 0.82 0.16 0 0.25 192 0.69 0.44
Hex 23 9F BE 52 10 0 19 C0 45 2C
Octal 43 237 276 122 20 0 31 300 105 54
Binary 100011 10011111 10111110 1010010 10000 0 11001 11000000 1000101 101100

Color Harmonies of #239FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239FBE

Black with #239FBE

Text Example


Text Example

White with #239FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,159,190); }

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

background-color css

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

 a { background-color: rgb(35,159,190); }

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

border-color css

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

 span { border-color: rgb(35,159,190); }

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