Html Css Color HEX #2579BE Curious Blue

📋 copy color: '#2579BE'

red 37 ◦ green 121 ◦ blue 190

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

Shades of Curious Blue #2579BE

Tints of Curious Blue #2579BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 10.63%
G = 34.77%
B = 54.6%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2579BE (or 0x2579BE) is known color: Curious Blue. HEX triplet: 25, 79 and BE. RGB value is (37,121,190). Sum of RGB (Red+Green+Blue) = 37+121+190=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #2579BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579BE is #DA8641. Grayscale: #676767. Windows color (decimal): -14321218 or 12482853. OLE color: 12482853.

HSL color Cylindrical-coordinate representation of color #2579BE: hue angle of 207.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2579BE is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 121 190 -
CMYK 0.81 0.36 0 0.25
HSL 207.06º 0.67% 0.45% -
HSV(B) 207.06º 0.81% 0.75% -
XYZ 16.89 17.79 51.26 -
YUV 103.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 37 121 190 0.81 0.36 0 0.25 207.06 0.67 0.45
Hex 25 79 BE 51 24 0 19 CF 43 2D
Octal 45 171 276 121 44 0 31 317 103 55
Binary 100101 1111001 10111110 1010001 100100 0 11001 11001111 1000011 101101

Color Harmonies of #2579BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579BE

Black with #2579BE

Text Example


Text Example

White with #2579BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2579BE; }

 p { color: rgb(37,121,190); }

 H1.HeaderClassName
 {
   color: #2579BE;
 }
 .AnyTagClassName
 {
   color: #2579BE;
 }
</style>

background-color css

<style>
 a { background-color: #2579BE; }

 a { background-color: rgb(37,121,190); }

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

border-color css

<style>
 span { border-color: #2579BE; }

 span { border-color: rgb(37,121,190); }

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