Html Css Color HEX #259CB7 Pelorous

📋 copy color: '#259CB7'

red 37 ◦ green 156 ◦ blue 183

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

Shades of Pelorous #259CB7

Tints of Pelorous #259CB7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.49%

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

R = 9.84%
G = 41.49%
B = 48.67%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#259CB7 (or 0x259CB7) is known color: Pelorous. HEX triplet: 25, 9C and B7. RGB value is (37,156,183). Sum of RGB (Red+Green+Blue) = 37+156+183=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #259CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CB7 is #DA6348. Grayscale: #7B7B7B. Windows color (decimal): -14312265 or 12033061. OLE color: 12033061.

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

Color convert

RGB 37 156 183 -
CMYK 0.80 0.15 0 0.28
HSL 191.1º 0.66% 0.43% -
HSV(B) 191.1º 0.8% 0.72% -
XYZ 21.2 27.59 49.01 -
YUV 123.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 37 156 183 0.80 0.15 0 0.28 191.1 0.66 0.43
Hex 25 9C B7 50 F 0 1C BF 42 2B
Octal 45 234 267 120 17 0 34 277 102 53
Binary 100101 10011100 10110111 1010000 1111 0 11100 10111111 1000010 101011

Color Harmonies of #259CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259CB7

Black with #259CB7

Text Example


Text Example

White with #259CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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