Html Css Color HEX #259FBC Pelorous

📋 copy color: '#259FBC'

red 37 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #259FBC

Tints of Pelorous #259FBC

RGB

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

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

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

R = 9.64%
G = 41.41%
B = 48.96%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#259FBC (or 0x259FBC) is known color: Pelorous. HEX triplet: 25, 9F and BC. RGB value is (37,159,188). Sum of RGB (Red+Green+Blue) = 37+159+188=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #259FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FBC is #DA6043. Grayscale: #7D7D7D. Windows color (decimal): -14311492 or 12361509. OLE color: 12361509.

HSL color Cylindrical-coordinate representation of color #259FBC: hue angle of 191.52º 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 #259FBC is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 159 188 -
CMYK 0.80 0.15 0 0.26
HSL 191.52º 0.67% 0.44% -
HSV(B) 191.52º 0.8% 0.74% -
XYZ 22.24 28.82 51.97 -
YUV 125.83 163.08 64.64 -
System Red Green Blue C M Y K H S L
Decimal 37 159 188 0.80 0.15 0 0.26 191.52 0.67 0.44
Hex 25 9F BC 50 F 0 1A C0 43 2C
Octal 45 237 274 120 17 0 32 300 103 54
Binary 100101 10011111 10111100 1010000 1111 0 11010 11000000 1000011 101100

Color Harmonies of #259FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FBC

Black with #259FBC

Text Example


Text Example

White with #259FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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