Html Css Color HEX #259EBA Pelorous

📋 copy color: '#259EBA'

red 37 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #259EBA

Tints of Pelorous #259EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 9.71%
G = 41.47%
B = 48.82%

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

#259EBA (or 0x259EBA) is known color: Pelorous. HEX triplet: 25, 9E and BA. RGB value is (37,158,186). Sum of RGB (Red+Green+Blue) = 37+158+186=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #259EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259EBA is #DA6145. Grayscale: #7C7C7C. Windows color (decimal): -14311750 or 12230181. OLE color: 12230181.

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

Color convert

RGB 37 158 186 -
CMYK 0.80 0.15 0 0.27
HSL 191.28º 0.67% 0.44% -
HSV(B) 191.28º 0.8% 0.73% -
XYZ 21.85 28.39 50.78 -
YUV 125.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 37 158 186 0.80 0.15 0 0.27 191.28 0.67 0.44
Hex 25 9E BA 50 F 0 1B BF 43 2C
Octal 45 236 272 120 17 0 33 277 103 54
Binary 100101 10011110 10111010 1010000 1111 0 11011 10111111 1000011 101100

Color Harmonies of #259EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EBA

Black with #259EBA

Text Example


Text Example

White with #259EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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