Html Css Color HEX #2814DD Medium Blue

📋 copy color: '#2814DD'

red 40 ◦ green 20 ◦ blue 221

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

Shades of Medium Blue #2814DD

Tints of Medium Blue #2814DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.65%

R = 14.23%
G = 7.12%
B = 78.65%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2814DD (or 0x2814DD) is known color: Medium Blue. HEX triplet: 28, 14 and DD. RGB value is (40,20,221). Sum of RGB (Red+Green+Blue) = 40+20+221=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #2814DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814DD is #D7EB22. Grayscale: #303030. Windows color (decimal): -14150435 or 14488616. OLE color: 14488616.

HSL color Cylindrical-coordinate representation of color #2814DD: hue angle of 245.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2814DD is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 20 221 -
CMYK 0.82 0.91 0 0.13
HSL 245.97º 0.83% 0.47% -
HSV(B) 245.97º 0.91% 0.87% -
XYZ 14.18 6.17 68.85 -
YUV 48.89 225.13 121.66 -
System Red Green Blue C M Y K H S L
Decimal 40 20 221 0.82 0.91 0 0.13 245.97 0.83 0.47
Hex 28 14 DD 52 5B 0 D F6 53 2F
Octal 50 24 335 122 133 0 15 366 123 57
Binary 101000 10100 11011101 1010010 1011011 0 1101 11110110 1010011 101111

Color Harmonies of #2814DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2814DD

Black with #2814DD

Text Example


Text Example

White with #2814DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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