Html Css Color HEX #2E79CA Curious Blue

📋 copy color: '#2E79CA'

red 46 ◦ green 121 ◦ blue 202

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

Shades of Curious Blue #2E79CA

Tints of Curious Blue #2E79CA

RGB

 RED value IS 46 (18.36% from 255) = 12.47%

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

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 12.47%
G = 32.79%
B = 54.74%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E79CA (or 0x2E79CA) is known color: Curious Blue. HEX triplet: 2E, 79 and CA. RGB value is (46,121,202). Sum of RGB (Red+Green+Blue) = 46+121+202=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E79CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E79CA is #D18635. Grayscale: #6B6B6B. Windows color (decimal): -13731382 or 13269294. OLE color: 13269294.

HSL color Cylindrical-coordinate representation of color #2E79CA: hue angle of 211.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E79CA is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 121 202 -
CMYK 0.77 0.40 0 0.21
HSL 211.15º 0.63% 0.49% -
HSV(B) 211.15º 0.77% 0.79% -
XYZ 18.62 18.52 58.47 -
YUV 107.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 46 121 202 0.77 0.40 0 0.21 211.15 0.63 0.49
Hex 2E 79 CA 4D 28 0 15 D3 3F 31
Octal 56 171 312 115 50 0 25 323 77 61
Binary 101110 1111001 11001010 1001101 101000 0 10101 11010011 111111 110001

Color Harmonies of #2E79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E79CA

Black with #2E79CA

Text Example


Text Example

White with #2E79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,121,202); }

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

background-color css

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

 a { background-color: rgb(46,121,202); }

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

border-color css

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

 span { border-color: rgb(46,121,202); }

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