Html Css Color HEX #259DBC Pelorous

📋 copy color: '#259DBC'

red 37 ◦ green 157 ◦ blue 188

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

Shades of Pelorous #259DBC

Tints of Pelorous #259DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 9.69%
G = 41.1%
B = 49.21%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#259DBC (or 0x259DBC) is known color: Pelorous. HEX triplet: 25, 9D and BC. RGB value is (37,157,188). Sum of RGB (Red+Green+Blue) = 37+157+188=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #259DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259DBC is #DA6243. Grayscale: #7C7C7C. Windows color (decimal): -14312004 or 12360997. OLE color: 12360997.

HSL color Cylindrical-coordinate representation of color #259DBC: hue angle of 192.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259DBC is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 157 188 -
CMYK 0.80 0.16 0 0.26
HSL 192.32º 0.67% 0.44% -
HSV(B) 192.32º 0.8% 0.74% -
XYZ 21.9 28.14 51.85 -
YUV 124.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 37 157 188 0.80 0.16 0 0.26 192.32 0.67 0.44
Hex 25 9D BC 50 10 0 1A C0 43 2C
Octal 45 235 274 120 20 0 32 300 103 54
Binary 100101 10011101 10111100 1010000 10000 0 11010 11000000 1000011 101100

Color Harmonies of #259DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DBC

Black with #259DBC

Text Example


Text Example

White with #259DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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