Html Css Color HEX #239EBA Pelorous

📋 copy color: '#239EBA'

red 35 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #239EBA

Tints of Pelorous #239EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.69%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 9.23%
G = 41.69%
B = 49.08%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#239EBA (or 0x239EBA) is known color: Pelorous. HEX triplet: 23, 9E and BA. RGB value is (35,158,186). Sum of RGB (Red+Green+Blue) = 35+158+186=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #239EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239EBA is #DC6145. Grayscale: #7C7C7C. Windows color (decimal): -14442822 or 12230179. OLE color: 12230179.

HSL color Cylindrical-coordinate representation of color #239EBA: hue angle of 191.13º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239EBA is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 158 186 -
CMYK 0.81 0.15 0 0.27
HSL 191.13º 0.68% 0.43% -
HSV(B) 191.13º 0.81% 0.73% -
XYZ 21.78 28.36 50.78 -
YUV 124.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 35 158 186 0.81 0.15 0 0.27 191.13 0.68 0.43
Hex 23 9E BA 51 F 0 1B BF 44 2B
Octal 43 236 272 121 17 0 33 277 104 53
Binary 100011 10011110 10111010 1010001 1111 0 11011 10111111 1000100 101011

Color Harmonies of #239EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239EBA

Black with #239EBA

Text Example


Text Example

White with #239EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,158,186); }

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

background-color css

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

 a { background-color: rgb(35,158,186); }

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

border-color css

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

 span { border-color: rgb(35,158,186); }

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