Html Css Color HEX #2817D7 Medium Blue

📋 copy color: '#2817D7'

red 40 ◦ green 23 ◦ blue 215

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

Shades of Medium Blue #2817D7

Tints of Medium Blue #2817D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 77.34%

R = 14.39%
G = 8.27%
B = 77.34%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2817D7 (or 0x2817D7) is known color: Medium Blue. HEX triplet: 28, 17 and D7. RGB value is (40,23,215). Sum of RGB (Red+Green+Blue) = 40+23+215=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 215 (84.38% from 255 or 77.34% from 278); Max value from RGB is 215 - color contains mainly: blue. Hex color #2817D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817D7 is #D7E828. Grayscale: #313131. Windows color (decimal): -14149673 or 14096168. OLE color: 14096168.

HSL color Cylindrical-coordinate representation of color #2817D7: hue angle of 245.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2817D7 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 23 215 -
CMYK 0.81 0.89 0 0.16
HSL 245.31º 0.81% 0.47% -
HSV(B) 245.31º 0.89% 0.84% -
XYZ 13.45 5.97 64.73 -
YUV 49.97 221.13 120.89 -
System Red Green Blue C M Y K H S L
Decimal 40 23 215 0.81 0.89 0 0.16 245.31 0.81 0.47
Hex 28 17 D7 51 59 0 10 F5 51 2F
Octal 50 27 327 121 131 0 20 365 121 57
Binary 101000 10111 11010111 1010001 1011001 0 10000 11110101 1010001 101111

Color Harmonies of #2817D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817D7

Black with #2817D7

Text Example


Text Example

White with #2817D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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