Html Css Color HEX #2E7FC6 Curious Blue

📋 copy color: '#2E7FC6'

red 46 ◦ green 127 ◦ blue 198

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

Shades of Curious Blue #2E7FC6

Tints of Curious Blue #2E7FC6

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 198 (77.73% from 255) = 53.37%

R = 12.4%
G = 34.23%
B = 53.37%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2E7FC6 (or 0x2E7FC6) is known color: Curious Blue. HEX triplet: 2E, 7F and C6. RGB value is (46,127,198). Sum of RGB (Red+Green+Blue) = 46+127+198=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E7FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7FC6 is #D18039. Grayscale: #6E6E6E. Windows color (decimal): -13729850 or 13008686. OLE color: 13008686.

HSL color Cylindrical-coordinate representation of color #2E7FC6: hue angle of 208.03º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E7FC6 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 127 198 -
CMYK 0.77 0.36 0 0.22
HSL 208.03º 0.62% 0.48% -
HSV(B) 208.03º 0.77% 0.78% -
XYZ 18.91 19.84 56.26 -
YUV 110.88 177.16 81.73 -
System Red Green Blue C M Y K H S L
Decimal 46 127 198 0.77 0.36 0 0.22 208.03 0.62 0.48
Hex 2E 7F C6 4D 24 0 16 D0 3E 30
Octal 56 177 306 115 44 0 26 320 76 60
Binary 101110 1111111 11000110 1001101 100100 0 10110 11010000 111110 110000

Color Harmonies of #2E7FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7FC6

Black with #2E7FC6

Text Example


Text Example

White with #2E7FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,127,198); }

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

background-color css

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

 a { background-color: rgb(46,127,198); }

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

border-color css

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

 span { border-color: rgb(46,127,198); }

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