Html Css Color HEX #2579BA Curious Blue

📋 copy color: '#2579BA'

red 37 ◦ green 121 ◦ blue 186

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

Shades of Curious Blue #2579BA

Tints of Curious Blue #2579BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 10.76%
G = 35.17%
B = 54.07%

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

#2579BA (or 0x2579BA) is known color: Curious Blue. HEX triplet: 25, 79 and BA. RGB value is (37,121,186). Sum of RGB (Red+Green+Blue) = 37+121+186=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #2579BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579BA is #DA8645. Grayscale: #666666. Windows color (decimal): -14321222 or 12220709. OLE color: 12220709.

HSL color Cylindrical-coordinate representation of color #2579BA: hue angle of 206.17º 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 #2579BA is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 121 186 -
CMYK 0.80 0.35 0 0.27
HSL 206.17º 0.67% 0.44% -
HSV(B) 206.17º 0.8% 0.73% -
XYZ 16.46 17.61 48.99 -
YUV 103.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 37 121 186 0.80 0.35 0 0.27 206.17 0.67 0.44
Hex 25 79 BA 50 23 0 1B CE 43 2C
Octal 45 171 272 120 43 0 33 316 103 54
Binary 100101 1111001 10111010 1010000 100011 0 11011 11001110 1000011 101100

Color Harmonies of #2579BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579BA

Black with #2579BA

Text Example


Text Example

White with #2579BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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