Html Css Color HEX #259DB7 Pelorous

📋 copy color: '#259DB7'

red 37 ◦ green 157 ◦ blue 183

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

Shades of Pelorous #259DB7

Tints of Pelorous #259DB7

RGB

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

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

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

R = 9.81%
G = 41.64%
B = 48.54%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#259DB7 (or 0x259DB7) is known color: Pelorous. HEX triplet: 25, 9D and B7. RGB value is (37,157,183). Sum of RGB (Red+Green+Blue) = 37+157+183=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #259DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DB7 is #DA6248. Grayscale: #7B7B7B. Windows color (decimal): -14312009 or 12033317. OLE color: 12033317.

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

Color convert

RGB 37 157 183 -
CMYK 0.80 0.14 0 0.28
HSL 190.68º 0.66% 0.43% -
HSV(B) 190.68º 0.8% 0.72% -
XYZ 21.37 27.93 49.06 -
YUV 124.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 37 157 183 0.80 0.14 0 0.28 190.68 0.66 0.43
Hex 25 9D B7 50 E 0 1C BF 42 2B
Octal 45 235 267 120 16 0 34 277 102 53
Binary 100101 10011101 10110111 1010000 1110 0 11100 10111111 1000010 101011

Color Harmonies of #259DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DB7

Black with #259DB7

Text Example


Text Example

White with #259DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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