Html Css Color HEX #2590BC Pelorous

📋 copy color: '#2590BC'

red 37 ◦ green 144 ◦ blue 188

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

Shades of Pelorous #2590BC

Tints of Pelorous #2590BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

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

R = 10.03%
G = 39.02%
B = 50.95%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2590BC (or 0x2590BC) is known color: Pelorous. HEX triplet: 25, 90 and BC. RGB value is (37,144,188). Sum of RGB (Red+Green+Blue) = 37+144+188=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #2590BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2590BC is #DA6F43. Grayscale: #747474. Windows color (decimal): -14315332 or 12357669. OLE color: 12357669.

HSL color Cylindrical-coordinate representation of color #2590BC: hue angle of 197.48º 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 #2590BC is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 144 188 -
CMYK 0.80 0.23 0 0.26
HSL 197.48º 0.67% 0.44% -
HSV(B) 197.48º 0.8% 0.74% -
XYZ 19.81 23.97 51.16 -
YUV 117.02 168.05 70.92 -
System Red Green Blue C M Y K H S L
Decimal 37 144 188 0.80 0.23 0 0.26 197.48 0.67 0.44
Hex 25 90 BC 50 17 0 1A C5 43 2C
Octal 45 220 274 120 27 0 32 305 103 54
Binary 100101 10010000 10111100 1010000 10111 0 11010 11000101 1000011 101100

Color Harmonies of #2590BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2590BC

Black with #2590BC

Text Example


Text Example

White with #2590BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2590BC; }

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

 H1.HeaderClassName
 {
   color: #2590BC;
 }
 .AnyTagClassName
 {
   color: #2590BC;
 }
</style>

background-color css

<style>
 a { background-color: #2590BC; }

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

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

border-color css

<style>
 span { border-color: #2590BC; }

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

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