Html Css Color HEX #259FB7 Pelorous

📋 copy color: '#259FB7'

red 37 ◦ green 159 ◦ blue 183

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

Shades of Pelorous #259FB7

Tints of Pelorous #259FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 9.76%
G = 41.95%
B = 48.28%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#259FB7 (or 0x259FB7) is known color: Pelorous. HEX triplet: 25, 9F and B7. RGB value is (37,159,183). Sum of RGB (Red+Green+Blue) = 37+159+183=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #259FB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FB7 is #DA6048. Grayscale: #7D7D7D. Windows color (decimal): -14311497 or 12033829. OLE color: 12033829.

HSL color Cylindrical-coordinate representation of color #259FB7: hue angle of 189.86º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259FB7 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 37 159 183 -
CMYK 0.80 0.13 0 0.28
HSL 189.86º 0.66% 0.43% -
HSV(B) 189.86º 0.8% 0.72% -
XYZ 21.71 28.61 49.18 -
YUV 125.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 37 159 183 0.80 0.13 0 0.28 189.86 0.66 0.43
Hex 25 9F B7 50 D 0 1C BE 42 2B
Octal 45 237 267 120 15 0 34 276 102 53
Binary 100101 10011111 10110111 1010000 1101 0 11100 10111110 1000010 101011

Color Harmonies of #259FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FB7

Black with #259FB7

Text Example


Text Example

White with #259FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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