Html Css Color HEX #2E80CD Curious Blue

📋 copy color: '#2E80CD'

red 46 ◦ green 128 ◦ blue 205

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

Shades of Curious Blue #2E80CD

Tints of Curious Blue #2E80CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 12.14%
G = 33.77%
B = 54.09%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E80CD (or 0x2E80CD) is known color: Curious Blue. HEX triplet: 2E, 80 and CD. RGB value is (46,128,205). Sum of RGB (Red+Green+Blue) = 46+128+205=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E80CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80CD is #D17F32. Grayscale: #6F6F6F. Windows color (decimal): -13729587 or 13467694. OLE color: 13467694.

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

Color convert

RGB 46 128 205 -
CMYK 0.78 0.38 0 0.20
HSL 209.06º 0.63% 0.49% -
HSV(B) 209.06º 0.78% 0.8% -
XYZ 19.87 20.43 60.65 -
YUV 112.26 180.33 80.74 -
System Red Green Blue C M Y K H S L
Decimal 46 128 205 0.78 0.38 0 0.20 209.06 0.63 0.49
Hex 2E 80 CD 4E 26 0 14 D1 3F 31
Octal 56 200 315 116 46 0 24 321 77 61
Binary 101110 10000000 11001101 1001110 100110 0 10100 11010001 111111 110001

Color Harmonies of #2E80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E80CD

Black with #2E80CD

Text Example


Text Example

White with #2E80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,128,205); }

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

background-color css

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

 a { background-color: rgb(46,128,205); }

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

border-color css

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

 span { border-color: rgb(46,128,205); }

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