Html Css Color HEX #259DB9 Pelorous

📋 copy color: '#259DB9'

red 37 ◦ green 157 ◦ blue 185

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

Shades of Pelorous #259DB9

Tints of Pelorous #259DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 9.76%
G = 41.42%
B = 48.81%

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

#259DB9 (or 0x259DB9) is known color: Pelorous. HEX triplet: 25, 9D and B9. RGB value is (37,157,185). Sum of RGB (Red+Green+Blue) = 37+157+185=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #259DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DB9 is #DA6246. Grayscale: #7C7C7C. Windows color (decimal): -14312007 or 12164389. OLE color: 12164389.

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

Color convert

RGB 37 157 185 -
CMYK 0.80 0.15 0 0.27
HSL 191.35º 0.67% 0.44% -
HSV(B) 191.35º 0.8% 0.73% -
XYZ 21.58 28.01 50.17 -
YUV 124.31 162.24 65.72 -
System Red Green Blue C M Y K H S L
Decimal 37 157 185 0.80 0.15 0 0.27 191.35 0.67 0.44
Hex 25 9D B9 50 F 0 1B BF 43 2C
Octal 45 235 271 120 17 0 33 277 103 54
Binary 100101 10011101 10111001 1010000 1111 0 11011 10111111 1000011 101100

Color Harmonies of #259DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DB9

Black with #259DB9

Text Example


Text Example

White with #259DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,157,185); }

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

background-color css

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

 a { background-color: rgb(37,157,185); }

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

border-color css

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

 span { border-color: rgb(37,157,185); }

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