Html Css Color HEX #259EB3 Pelorous

📋 copy color: '#259EB3'

red 37 ◦ green 158 ◦ blue 179

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

Shades of Pelorous #259EB3

Tints of Pelorous #259EB3

RGB

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

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

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

R = 9.89%
G = 42.25%
B = 47.86%

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

#259EB3 (or 0x259EB3) is known color: Pelorous. HEX triplet: 25, 9E and B3. RGB value is (37,158,179). Sum of RGB (Red+Green+Blue) = 37+158+179=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #259EB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259EB3 is #DA614C. Grayscale: #7C7C7C. Windows color (decimal): -14311757 or 11771429. OLE color: 11771429.

HSL color Cylindrical-coordinate representation of color #259EB3: hue angle of 188.87º 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 #259EB3 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 158 179 -
CMYK 0.79 0.12 0 0.30
HSL 188.87º 0.66% 0.42% -
HSV(B) 188.87º 0.79% 0.7% -
XYZ 21.13 28.1 46.96 -
YUV 124.22 158.91 65.79 -
System Red Green Blue C M Y K H S L
Decimal 37 158 179 0.79 0.12 0 0.30 188.87 0.66 0.42
Hex 25 9E B3 4F C 0 1E BD 42 2A
Octal 45 236 263 117 14 0 36 275 102 52
Binary 100101 10011110 10110011 1001111 1100 0 11110 10111101 1000010 101010

Color Harmonies of #259EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EB3

Black with #259EB3

Text Example


Text Example

White with #259EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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