Html Css Color HEX #259DB3 Pelorous

📋 copy color: '#259DB3'

red 37 ◦ green 157 ◦ blue 179

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

Shades of Pelorous #259DB3

Tints of Pelorous #259DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 9.92%
G = 42.09%
B = 47.99%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#259DB3 (or 0x259DB3) is known color: Pelorous. HEX triplet: 25, 9D and B3. RGB value is (37,157,179). Sum of RGB (Red+Green+Blue) = 37+157+179=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #259DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DB3 is #DA624C. Grayscale: #7B7B7B. Windows color (decimal): -14312013 or 11771173. OLE color: 11771173.

HSL color Cylindrical-coordinate representation of color #259DB3: hue angle of 189.3º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259DB3 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 157 179 -
CMYK 0.79 0.12 0 0.30
HSL 189.3º 0.66% 0.42% -
HSV(B) 189.3º 0.79% 0.7% -
XYZ 20.96 27.76 46.9 -
YUV 123.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 37 157 179 0.79 0.12 0 0.30 189.3 0.66 0.42
Hex 25 9D B3 4F C 0 1E BD 42 2A
Octal 45 235 263 117 14 0 36 275 102 52
Binary 100101 10011101 10110011 1001111 1100 0 11110 10111101 1000010 101010

Color Harmonies of #259DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DB3

Black with #259DB3

Text Example


Text Example

White with #259DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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