Html Css Color HEX #2596CE Pelorous

📋 copy color: '#2596CE'

red 37 ◦ green 150 ◦ blue 206

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

Shades of Pelorous #2596CE

Tints of Pelorous #2596CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 9.41%
G = 38.17%
B = 52.42%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2596CE (or 0x2596CE) is known color: Pelorous. HEX triplet: 25, 96 and CE. RGB value is (37,150,206). Sum of RGB (Red+Green+Blue) = 37+150+206=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #2596CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596CE is #DA6931. Grayscale: #7A7A7A. Windows color (decimal): -14313778 or 13538853. OLE color: 13538853.

HSL color Cylindrical-coordinate representation of color #2596CE: hue angle of 199.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2596CE is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 150 206 -
CMYK 0.82 0.27 0 0.19
HSL 199.88º 0.7% 0.48% -
HSV(B) 199.88º 0.82% 0.81% -
XYZ 22.81 26.66 62.34 -
YUV 122.6 175.06 66.95 -
System Red Green Blue C M Y K H S L
Decimal 37 150 206 0.82 0.27 0 0.19 199.88 0.7 0.48
Hex 25 96 CE 52 1B 0 13 C8 46 30
Octal 45 226 316 122 33 0 23 310 106 60
Binary 100101 10010110 11001110 1010010 11011 0 10011 11001000 1000110 110000

Color Harmonies of #2596CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2596CE

Black with #2596CE

Text Example


Text Example

White with #2596CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2596CE; }

 p { color: rgb(37,150,206); }

 H1.HeaderClassName
 {
   color: #2596CE;
 }
 .AnyTagClassName
 {
   color: #2596CE;
 }
</style>

background-color css

<style>
 a { background-color: #2596CE; }

 a { background-color: rgb(37,150,206); }

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

border-color css

<style>
 span { border-color: #2596CE; }

 span { border-color: rgb(37,150,206); }

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