Html Css Color HEX #2817DD Medium Blue

📋 copy color: '#2817DD'

red 40 ◦ green 23 ◦ blue 221

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

Shades of Medium Blue #2817DD

Tints of Medium Blue #2817DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

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

R = 14.08%
G = 8.1%
B = 77.82%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2817DD (or 0x2817DD) is known color: Medium Blue. HEX triplet: 28, 17 and DD. RGB value is (40,23,221). Sum of RGB (Red+Green+Blue) = 40+23+221=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #2817DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817DD is #D7E822. Grayscale: #313131. Windows color (decimal): -14149667 or 14489384. OLE color: 14489384.

HSL color Cylindrical-coordinate representation of color #2817DD: hue angle of 245.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2817DD is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 23 221 -
CMYK 0.82 0.90 0 0.13
HSL 245.15º 0.81% 0.48% -
HSV(B) 245.15º 0.9% 0.87% -
XYZ 14.23 6.28 68.87 -
YUV 50.66 224.13 120.4 -
System Red Green Blue C M Y K H S L
Decimal 40 23 221 0.82 0.90 0 0.13 245.15 0.81 0.48
Hex 28 17 DD 52 5A 0 D F5 51 30
Octal 50 27 335 122 132 0 15 365 121 60
Binary 101000 10111 11011101 1010010 1011010 0 1101 11110101 1010001 110000

Color Harmonies of #2817DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817DD

Black with #2817DD

Text Example


Text Example

White with #2817DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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