Html Css Color HEX #2579BD Curious Blue

📋 copy color: '#2579BD'

red 37 ◦ green 121 ◦ blue 189

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

Shades of Curious Blue #2579BD

Tints of Curious Blue #2579BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 10.66%
G = 34.87%
B = 54.47%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2579BD (or 0x2579BD) is known color: Curious Blue. HEX triplet: 25, 79 and BD. RGB value is (37,121,189). Sum of RGB (Red+Green+Blue) = 37+121+189=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #2579BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579BD is #DA8642. Grayscale: #676767. Windows color (decimal): -14321219 or 12417317. OLE color: 12417317.

HSL color Cylindrical-coordinate representation of color #2579BD: hue angle of 206.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2579BD is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 121 189 -
CMYK 0.80 0.36 0 0.26
HSL 206.84º 0.67% 0.44% -
HSV(B) 206.84º 0.8% 0.74% -
XYZ 16.79 17.74 50.68 -
YUV 103.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 37 121 189 0.80 0.36 0 0.26 206.84 0.67 0.44
Hex 25 79 BD 50 24 0 1A CF 43 2C
Octal 45 171 275 120 44 0 32 317 103 54
Binary 100101 1111001 10111101 1010000 100100 0 11010 11001111 1000011 101100

Color Harmonies of #2579BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579BD

Black with #2579BD

Text Example


Text Example

White with #2579BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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