Html Css Color HEX #2817CE Medium Blue

📋 copy color: '#2817CE'

red 40 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #2817CE

Tints of Medium Blue #2817CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 14.87%
G = 8.55%
B = 76.58%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2817CE (or 0x2817CE) is known color: Medium Blue. HEX triplet: 28, 17 and CE. RGB value is (40,23,206). Sum of RGB (Red+Green+Blue) = 40+23+206=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #2817CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817CE is #D7E831. Grayscale: #303030. Windows color (decimal): -14149682 or 13506344. OLE color: 13506344.

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

Color convert

RGB 40 23 206 -
CMYK 0.81 0.89 0 0.19
HSL 245.57º 0.8% 0.45% -
HSV(B) 245.57º 0.89% 0.81% -
XYZ 12.32 5.52 58.81 -
YUV 48.95 216.63 121.62 -
System Red Green Blue C M Y K H S L
Decimal 40 23 206 0.81 0.89 0 0.19 245.57 0.8 0.45
Hex 28 17 CE 51 59 0 13 F6 50 2D
Octal 50 27 316 121 131 0 23 366 120 55
Binary 101000 10111 11001110 1010001 1011001 0 10011 11110110 1010000 101101

Color Harmonies of #2817CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817CE

Black with #2817CE

Text Example


Text Example

White with #2817CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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