Html Css Color HEX #259BBB Pelorous

📋 copy color: '#259BBB'

red 37 ◦ green 155 ◦ blue 187

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

Shades of Pelorous #259BBB

Tints of Pelorous #259BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 9.76%
G = 40.9%
B = 49.34%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#259BBB (or 0x259BBB) is known color: Pelorous. HEX triplet: 25, 9B and BB. RGB value is (37,155,187). Sum of RGB (Red+Green+Blue) = 37+155+187=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #259BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BBB is #DA6444. Grayscale: #7B7B7B. Windows color (decimal): -14312517 or 12294949. OLE color: 12294949.

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

Color convert

RGB 37 155 187 -
CMYK 0.80 0.17 0 0.27
HSL 192.8º 0.67% 0.44% -
HSV(B) 192.8º 0.8% 0.73% -
XYZ 21.45 27.42 51.18 -
YUV 123.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 37 155 187 0.80 0.17 0 0.27 192.8 0.67 0.44
Hex 25 9B BB 50 11 0 1B C1 43 2C
Octal 45 233 273 120 21 0 33 301 103 54
Binary 100101 10011011 10111011 1010000 10001 0 11011 11000001 1000011 101100

Color Harmonies of #259BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BBB

Black with #259BBB

Text Example


Text Example

White with #259BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,155,187); }

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

background-color css

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

 a { background-color: rgb(37,155,187); }

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

border-color css

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

 span { border-color: rgb(37,155,187); }

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