Html Css Color HEX #259FB4 Pelorous

📋 copy color: '#259FB4'

red 37 ◦ green 159 ◦ blue 180

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

Shades of Pelorous #259FB4

Tints of Pelorous #259FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 9.84%
G = 42.29%
B = 47.87%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#259FB4 (or 0x259FB4) is known color: Pelorous. HEX triplet: 25, 9F and B4. RGB value is (37,159,180). Sum of RGB (Red+Green+Blue) = 37+159+180=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #259FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FB4 is #DA604B. Grayscale: #7C7C7C. Windows color (decimal): -14311500 or 11837221. OLE color: 11837221.

HSL color Cylindrical-coordinate representation of color #259FB4: hue angle of 188.81º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259FB4 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 159 180 -
CMYK 0.79 0.12 0 0.29
HSL 188.81º 0.66% 0.43% -
HSV(B) 188.81º 0.79% 0.71% -
XYZ 21.4 28.48 47.55 -
YUV 124.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 37 159 180 0.79 0.12 0 0.29 188.81 0.66 0.43
Hex 25 9F B4 4F C 0 1D BD 42 2B
Octal 45 237 264 117 14 0 35 275 102 53
Binary 100101 10011111 10110100 1001111 1100 0 11101 10111101 1000010 101011

Color Harmonies of #259FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FB4

Black with #259FB4

Text Example


Text Example

White with #259FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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