Html Css Color HEX #2E81CD Curious Blue

📋 copy color: '#2E81CD'

red 46 ◦ green 129 ◦ blue 205

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

Shades of Curious Blue #2E81CD

Tints of Curious Blue #2E81CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 12.11%
G = 33.95%
B = 53.95%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E81CD (or 0x2E81CD) is known color: Curious Blue. HEX triplet: 2E, 81 and CD. RGB value is (46,129,205). Sum of RGB (Red+Green+Blue) = 46+129+205=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E81CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E81CD is #D17E32. Grayscale: #707070. Windows color (decimal): -13729331 or 13467950. OLE color: 13467950.

HSL color Cylindrical-coordinate representation of color #2E81CD: hue angle of 208.68º 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 #2E81CD is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 129 205 -
CMYK 0.78 0.37 0 0.20
HSL 208.68º 0.63% 0.49% -
HSV(B) 208.68º 0.78% 0.8% -
XYZ 20 20.69 60.7 -
YUV 112.85 180 80.32 -
System Red Green Blue C M Y K H S L
Decimal 46 129 205 0.78 0.37 0 0.20 208.68 0.63 0.49
Hex 2E 81 CD 4E 25 0 14 D1 3F 31
Octal 56 201 315 116 45 0 24 321 77 61
Binary 101110 10000001 11001101 1001110 100101 0 10100 11010001 111111 110001

Color Harmonies of #2E81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E81CD

Black with #2E81CD

Text Example


Text Example

White with #2E81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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