Html Css Color HEX #259EB4 Pelorous

📋 copy color: '#259EB4'

red 37 ◦ green 158 ◦ blue 180

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

Shades of Pelorous #259EB4

Tints of Pelorous #259EB4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.13%

 BLUE value IS 180 (70.7% from 255) = 48%

R = 9.87%
G = 42.13%
B = 48%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#259EB4 (or 0x259EB4) is known color: Pelorous. HEX triplet: 25, 9E and B4. RGB value is (37,158,180). Sum of RGB (Red+Green+Blue) = 37+158+180=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #259EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259EB4 is #DA614B. Grayscale: #7C7C7C. Windows color (decimal): -14311756 or 11836965. OLE color: 11836965.

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

Color convert

RGB 37 158 180 -
CMYK 0.79 0.12 0 0.29
HSL 189.23º 0.66% 0.43% -
HSV(B) 189.23º 0.79% 0.71% -
XYZ 21.23 28.14 47.49 -
YUV 124.33 159.41 65.71 -
System Red Green Blue C M Y K H S L
Decimal 37 158 180 0.79 0.12 0 0.29 189.23 0.66 0.43
Hex 25 9E B4 4F C 0 1D BD 42 2B
Octal 45 236 264 117 14 0 35 275 102 53
Binary 100101 10011110 10110100 1001111 1100 0 11101 10111101 1000010 101011

Color Harmonies of #259EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EB4

Black with #259EB4

Text Example


Text Example

White with #259EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,158,180); }

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

background-color css

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

 a { background-color: rgb(37,158,180); }

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

border-color css

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

 span { border-color: rgb(37,158,180); }

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