Html Css Color HEX #2579BB Curious Blue

📋 copy color: '#2579BB'

red 37 ◦ green 121 ◦ blue 187

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

Shades of Curious Blue #2579BB

Tints of Curious Blue #2579BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 10.72%
G = 35.07%
B = 54.2%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2579BB (or 0x2579BB) is known color: Curious Blue. HEX triplet: 25, 79 and BB. RGB value is (37,121,187). Sum of RGB (Red+Green+Blue) = 37+121+187=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #2579BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579BB is #DA8644. Grayscale: #676767. Windows color (decimal): -14321221 or 12286245. OLE color: 12286245.

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

Color convert

RGB 37 121 187 -
CMYK 0.80 0.35 0 0.27
HSL 206.4º 0.67% 0.44% -
HSV(B) 206.4º 0.8% 0.73% -
XYZ 16.57 17.66 49.55 -
YUV 103.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 37 121 187 0.80 0.35 0 0.27 206.4 0.67 0.44
Hex 25 79 BB 50 23 0 1B CE 43 2C
Octal 45 171 273 120 43 0 33 316 103 54
Binary 100101 1111001 10111011 1010000 100011 0 11011 11001110 1000011 101100

Color Harmonies of #2579BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579BB

Black with #2579BB

Text Example


Text Example

White with #2579BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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