Html Css Color HEX #2A79BE Curious Blue

📋 copy color: '#2A79BE'

red 42 ◦ green 121 ◦ blue 190

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

Shades of Curious Blue #2A79BE

Tints of Curious Blue #2A79BE

RGB

 RED value IS 42 (16.8% from 255) = 11.9%

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

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

R = 11.9%
G = 34.28%
B = 53.82%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A79BE (or 0x2A79BE) is known color: Curious Blue. HEX triplet: 2A, 79 and BE. RGB value is (42,121,190). Sum of RGB (Red+Green+Blue) = 42+121+190=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A79BE is #D58641. Grayscale: #686868. Windows color (decimal): -13993538 or 12482858. OLE color: 12482858.

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

Color convert

RGB 42 121 190 -
CMYK 0.78 0.36 0 0.25
HSL 207.97º 0.64% 0.45% -
HSV(B) 207.97º 0.78% 0.75% -
XYZ 17.09 17.88 51.27 -
YUV 105.25 175.83 82.89 -
System Red Green Blue C M Y K H S L
Decimal 42 121 190 0.78 0.36 0 0.25 207.97 0.64 0.45
Hex 2A 79 BE 4E 24 0 19 D0 40 2D
Octal 52 171 276 116 44 0 31 320 100 55
Binary 101010 1111001 10111110 1001110 100100 0 11001 11010000 1000000 101101

Color Harmonies of #2A79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A79BE

Black with #2A79BE

Text Example


Text Example

White with #2A79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A79BE; }

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

 H1.HeaderClassName
 {
   color: #2A79BE;
 }
 .AnyTagClassName
 {
   color: #2A79BE;
 }
</style>

background-color css

<style>
 a { background-color: #2A79BE; }

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

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

border-color css

<style>
 span { border-color: #2A79BE; }

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

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