Html Css Color HEX #2594CE Pelorous

📋 copy color: '#2594CE'

red 37 ◦ green 148 ◦ blue 206

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

Shades of Pelorous #2594CE

Tints of Pelorous #2594CE

RGB

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

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

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

R = 9.46%
G = 37.85%
B = 52.69%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2594CE (or 0x2594CE) is known color: Pelorous. HEX triplet: 25, 94 and CE. RGB value is (37,148,206). Sum of RGB (Red+Green+Blue) = 37+148+206=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #2594CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2594CE is #DA6B31. Grayscale: #797979. Windows color (decimal): -14314290 or 13538341. OLE color: 13538341.

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

Color convert

RGB 37 148 206 -
CMYK 0.82 0.28 0 0.19
HSL 200.59º 0.7% 0.48% -
HSV(B) 200.59º 0.82% 0.81% -
XYZ 22.49 26.03 62.23 -
YUV 121.42 175.73 67.78 -
System Red Green Blue C M Y K H S L
Decimal 37 148 206 0.82 0.28 0 0.19 200.59 0.7 0.48
Hex 25 94 CE 52 1C 0 13 C9 46 30
Octal 45 224 316 122 34 0 23 311 106 60
Binary 100101 10010100 11001110 1010010 11100 0 10011 11001001 1000110 110000

Color Harmonies of #2594CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2594CE

Black with #2594CE

Text Example


Text Example

White with #2594CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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