Html Css Color HEX #2814CD Medium Blue

📋 copy color: '#2814CD'

red 40 ◦ green 20 ◦ blue 205

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

Shades of Medium Blue #2814CD

Tints of Medium Blue #2814CD

RGB

 RED value IS 40 (16.02% from 255) = 15.09%

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 15.09%
G = 7.55%
B = 77.36%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2814CD (or 0x2814CD) is known color: Medium Blue. HEX triplet: 28, 14 and CD. RGB value is (40,20,205). Sum of RGB (Red+Green+Blue) = 40+20+205=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #2814CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814CD is #D7EB32. Grayscale: #2E2E2E. Windows color (decimal): -14150451 or 13440040. OLE color: 13440040.

HSL color Cylindrical-coordinate representation of color #2814CD: hue angle of 246.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2814CD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 20 205 -
CMYK 0.80 0.90 0 0.20
HSL 246.49º 0.82% 0.44% -
HSV(B) 246.49º 0.9% 0.8% -
XYZ 12.14 5.36 58.15 -
YUV 47.07 217.13 122.96 -
System Red Green Blue C M Y K H S L
Decimal 40 20 205 0.80 0.90 0 0.20 246.49 0.82 0.44
Hex 28 14 CD 50 5A 0 14 F6 52 2C
Octal 50 24 315 120 132 0 24 366 122 54
Binary 101000 10100 11001101 1010000 1011010 0 10100 11110110 1010010 101100

Color Harmonies of #2814CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2814CD

Black with #2814CD

Text Example


Text Example

White with #2814CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2814CD; }

 p { color: rgb(40,20,205); }

 H1.HeaderClassName
 {
   color: #2814CD;
 }
 .AnyTagClassName
 {
   color: #2814CD;
 }
</style>

background-color css

<style>
 a { background-color: #2814CD; }

 a { background-color: rgb(40,20,205); }

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

border-color css

<style>
 span { border-color: #2814CD; }

 span { border-color: rgb(40,20,205); }

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