Html Css Color HEX #259EBC Pelorous

📋 copy color: '#259EBC'

red 37 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #259EBC

Tints of Pelorous #259EBC

RGB

 RED value IS 37 (14.84% from 255) = 9.66%

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 9.66%
G = 41.25%
B = 49.09%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#259EBC (or 0x259EBC) is known color: Pelorous. HEX triplet: 25, 9E and BC. RGB value is (37,158,188). Sum of RGB (Red+Green+Blue) = 37+158+188=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #259EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259EBC is #DA6143. Grayscale: #7D7D7D. Windows color (decimal): -14311748 or 12361253. OLE color: 12361253.

HSL color Cylindrical-coordinate representation of color #259EBC: hue angle of 191.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259EBC is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 158 188 -
CMYK 0.80 0.16 0 0.26
HSL 191.92º 0.67% 0.44% -
HSV(B) 191.92º 0.8% 0.74% -
XYZ 22.07 28.48 51.91 -
YUV 125.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 37 158 188 0.80 0.16 0 0.26 191.92 0.67 0.44
Hex 25 9E BC 50 10 0 1A C0 43 2C
Octal 45 236 274 120 20 0 32 300 103 54
Binary 100101 10011110 10111100 1010000 10000 0 11010 11000000 1000011 101100

Color Harmonies of #259EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EBC

Black with #259EBC

Text Example


Text Example

White with #259EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259EBC; }

 p { color: rgb(37,158,188); }

 H1.HeaderClassName
 {
   color: #259EBC;
 }
 .AnyTagClassName
 {
   color: #259EBC;
 }
</style>

background-color css

<style>
 a { background-color: #259EBC; }

 a { background-color: rgb(37,158,188); }

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

border-color css

<style>
 span { border-color: #259EBC; }

 span { border-color: rgb(37,158,188); }

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