Html Css Color HEX #2594CB Pelorous

📋 copy color: '#2594CB'

red 37 ◦ green 148 ◦ blue 203

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

Shades of Pelorous #2594CB

Tints of Pelorous #2594CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

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

R = 9.54%
G = 38.14%
B = 52.32%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2594CB (or 0x2594CB) is known color: Pelorous. HEX triplet: 25, 94 and CB. RGB value is (37,148,203). Sum of RGB (Red+Green+Blue) = 37+148+203=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #2594CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594CB is #DA6B34. Grayscale: #787878. Windows color (decimal): -14314293 or 13341733. OLE color: 13341733.

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

Color convert

RGB 37 148 203 -
CMYK 0.82 0.27 0 0.20
HSL 199.88º 0.69% 0.47% -
HSV(B) 199.88º 0.82% 0.8% -
XYZ 22.13 25.88 60.33 -
YUV 121.08 174.23 68.03 -
System Red Green Blue C M Y K H S L
Decimal 37 148 203 0.82 0.27 0 0.20 199.88 0.69 0.47
Hex 25 94 CB 52 1B 0 14 C8 45 2F
Octal 45 224 313 122 33 0 24 310 105 57
Binary 100101 10010100 11001011 1010010 11011 0 10100 11001000 1000101 101111

Color Harmonies of #2594CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2594CB

Black with #2594CB

Text Example


Text Example

White with #2594CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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