Html Css Color HEX #2E7FCC Curious Blue

📋 copy color: '#2E7FCC'

red 46 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #2E7FCC

Tints of Curious Blue #2E7FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 12.2%
G = 33.69%
B = 54.11%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E7FCC (or 0x2E7FCC) is known color: Curious Blue. HEX triplet: 2E, 7F and CC. RGB value is (46,127,204). Sum of RGB (Red+Green+Blue) = 46+127+204=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E7FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7FCC is #D18033. Grayscale: #6F6F6F. Windows color (decimal): -13729844 or 13401902. OLE color: 13401902.

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

Color convert

RGB 46 127 204 -
CMYK 0.77 0.38 0 0.2
HSL 209.24º 0.63% 0.49% -
HSV(B) 209.24º 0.77% 0.8% -
XYZ 19.62 20.12 59.98 -
YUV 111.56 180.16 81.24 -
System Red Green Blue C M Y K H S L
Decimal 46 127 204 0.77 0.38 0 0.2 209.24 0.63 0.49
Hex 2E 7F CC 4D 26 0 14 D1 3F 31
Octal 56 177 314 115 46 0 24 321 77 61
Binary 101110 1111111 11001100 1001101 100110 0 10100 11010001 111111 110001

Color Harmonies of #2E7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7FCC

Black with #2E7FCC

Text Example


Text Example

White with #2E7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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