Html Css Color HEX #2817DA Medium Blue

📋 copy color: '#2817DA'

red 40 ◦ green 23 ◦ blue 218

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

Shades of Medium Blue #2817DA

Tints of Medium Blue #2817DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.58%

R = 14.23%
G = 8.19%
B = 77.58%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2817DA (or 0x2817DA) is known color: Medium Blue. HEX triplet: 28, 17 and DA. RGB value is (40,23,218). Sum of RGB (Red+Green+Blue) = 40+23+218=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #2817DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817DA is #D7E825. Grayscale: #313131. Windows color (decimal): -14149670 or 14292776. OLE color: 14292776.

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

Color convert

RGB 40 23 218 -
CMYK 0.82 0.89 0 0.15
HSL 245.23º 0.81% 0.47% -
HSV(B) 245.23º 0.89% 0.85% -
XYZ 13.84 6.13 66.78 -
YUV 50.31 222.63 120.64 -
System Red Green Blue C M Y K H S L
Decimal 40 23 218 0.82 0.89 0 0.15 245.23 0.81 0.47
Hex 28 17 DA 52 59 0 F F5 51 2F
Octal 50 27 332 122 131 0 17 365 121 57
Binary 101000 10111 11011010 1010010 1011001 0 1111 11110101 1010001 101111

Color Harmonies of #2817DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817DA

Black with #2817DA

Text Example


Text Example

White with #2817DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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