Html Css Color HEX #2E82CA Curious Blue

📋 copy color: '#2E82CA'

red 46 ◦ green 130 ◦ blue 202

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

Shades of Curious Blue #2E82CA

Tints of Curious Blue #2E82CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 12.17%
G = 34.39%
B = 53.44%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E82CA (or 0x2E82CA) is known color: Curious Blue. HEX triplet: 2E, 82 and CA. RGB value is (46,130,202). Sum of RGB (Red+Green+Blue) = 46+130+202=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E82CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E82CA is #D17D35. Grayscale: #707070. Windows color (decimal): -13729078 or 13271598. OLE color: 13271598.

HSL color Cylindrical-coordinate representation of color #2E82CA: hue angle of 207.69º 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 #2E82CA is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 130 202 -
CMYK 0.77 0.36 0 0.21
HSL 207.69º 0.63% 0.49% -
HSV(B) 207.69º 0.77% 0.79% -
XYZ 19.77 20.81 58.85 -
YUV 113.09 178.17 80.15 -
System Red Green Blue C M Y K H S L
Decimal 46 130 202 0.77 0.36 0 0.21 207.69 0.63 0.49
Hex 2E 82 CA 4D 24 0 15 D0 3F 31
Octal 56 202 312 115 44 0 25 320 77 61
Binary 101110 10000010 11001010 1001101 100100 0 10101 11010000 111111 110001

Color Harmonies of #2E82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E82CA

Black with #2E82CA

Text Example


Text Example

White with #2E82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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