Html Css Color HEX #2593CB Pelorous

📋 copy color: '#2593CB'

red 37 ◦ green 147 ◦ blue 203

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

Shades of Pelorous #2593CB

Tints of Pelorous #2593CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 9.56%
G = 37.98%
B = 52.45%

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

#2593CB (or 0x2593CB) is known color: Pelorous. HEX triplet: 25, 93 and CB. RGB value is (37,147,203). Sum of RGB (Red+Green+Blue) = 37+147+203=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #2593CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2593CB is #DA6C34. Grayscale: #787878. Windows color (decimal): -14314549 or 13341477. OLE color: 13341477.

HSL color Cylindrical-coordinate representation of color #2593CB: hue angle of 200.24º 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 #2593CB is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 147 203 -
CMYK 0.82 0.28 0 0.20
HSL 200.24º 0.69% 0.47% -
HSV(B) 200.24º 0.82% 0.8% -
XYZ 21.98 25.57 60.28 -
YUV 120.49 174.56 68.45 -
System Red Green Blue C M Y K H S L
Decimal 37 147 203 0.82 0.28 0 0.20 200.24 0.69 0.47
Hex 25 93 CB 52 1C 0 14 C8 45 2F
Octal 45 223 313 122 34 0 24 310 105 57
Binary 100101 10010011 11001011 1010010 11100 0 10100 11001000 1000101 101111

Color Harmonies of #2593CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2593CB

Black with #2593CB

Text Example


Text Example

White with #2593CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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