Html Css Color HEX #2593CD Pelorous

📋 copy color: '#2593CD'

red 37 ◦ green 147 ◦ blue 205

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

Shades of Pelorous #2593CD

Tints of Pelorous #2593CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 9.51%
G = 37.79%
B = 52.7%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2593CD (or 0x2593CD) is known color: Pelorous. HEX triplet: 25, 93 and CD. RGB value is (37,147,205). Sum of RGB (Red+Green+Blue) = 37+147+205=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #2593CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2593CD is #DA6C32. Grayscale: #787878. Windows color (decimal): -14314547 or 13472549. OLE color: 13472549.

HSL color Cylindrical-coordinate representation of color #2593CD: hue angle of 200.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2593CD is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 147 205 -
CMYK 0.82 0.28 0 0.20
HSL 200.71º 0.69% 0.47% -
HSV(B) 200.71º 0.82% 0.8% -
XYZ 22.22 25.67 61.54 -
YUV 120.72 175.56 68.28 -
System Red Green Blue C M Y K H S L
Decimal 37 147 205 0.82 0.28 0 0.20 200.71 0.69 0.47
Hex 25 93 CD 52 1C 0 14 C9 45 2F
Octal 45 223 315 122 34 0 24 311 105 57
Binary 100101 10010011 11001101 1010010 11100 0 10100 11001001 1000101 101111

Color Harmonies of #2593CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2593CD

Black with #2593CD

Text Example


Text Example

White with #2593CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2593CD; }

 p { color: rgb(37,147,205); }

 H1.HeaderClassName
 {
   color: #2593CD;
 }
 .AnyTagClassName
 {
   color: #2593CD;
 }
</style>

background-color css

<style>
 a { background-color: #2593CD; }

 a { background-color: rgb(37,147,205); }

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

border-color css

<style>
 span { border-color: #2593CD; }

 span { border-color: rgb(37,147,205); }

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