Html Css Color HEX #259FBB Pelorous

📋 copy color: '#259FBB'

red 37 ◦ green 159 ◦ blue 187

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

Shades of Pelorous #259FBB

Tints of Pelorous #259FBB

RGB

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

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

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

R = 9.66%
G = 41.51%
B = 48.83%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#259FBB (or 0x259FBB) is known color: Pelorous. HEX triplet: 25, 9F and BB. RGB value is (37,159,187). Sum of RGB (Red+Green+Blue) = 37+159+187=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #259FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FBB is #DA6044. Grayscale: #7D7D7D. Windows color (decimal): -14311493 or 12295973. OLE color: 12295973.

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

Color convert

RGB 37 159 187 -
CMYK 0.80 0.15 0 0.27
HSL 191.2º 0.67% 0.44% -
HSV(B) 191.2º 0.8% 0.73% -
XYZ 22.13 28.78 51.4 -
YUV 125.71 162.58 64.72 -
System Red Green Blue C M Y K H S L
Decimal 37 159 187 0.80 0.15 0 0.27 191.2 0.67 0.44
Hex 25 9F BB 50 F 0 1B BF 43 2C
Octal 45 237 273 120 17 0 33 277 103 54
Binary 100101 10011111 10111011 1010000 1111 0 11011 10111111 1000011 101100

Color Harmonies of #259FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FBB

Black with #259FBB

Text Example


Text Example

White with #259FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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