Html Css Color HEX #2815CE Medium Blue

📋 copy color: '#2815CE'

red 40 ◦ green 21 ◦ blue 206

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

Shades of Medium Blue #2815CE

Tints of Medium Blue #2815CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 14.98%
G = 7.87%
B = 77.15%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2815CE (or 0x2815CE) is known color: Medium Blue. HEX triplet: 28, 15 and CE. RGB value is (40,21,206). Sum of RGB (Red+Green+Blue) = 40+21+206=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #2815CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815CE is #D7EA31. Grayscale: #2F2F2F. Windows color (decimal): -14150194 or 13505832. OLE color: 13505832.

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

Color convert

RGB 40 21 206 -
CMYK 0.81 0.90 0 0.19
HSL 246.16º 0.81% 0.45% -
HSV(B) 246.16º 0.9% 0.81% -
XYZ 12.28 5.44 58.8 -
YUV 47.77 217.29 122.46 -
System Red Green Blue C M Y K H S L
Decimal 40 21 206 0.81 0.90 0 0.19 246.16 0.81 0.45
Hex 28 15 CE 51 5A 0 13 F6 51 2D
Octal 50 25 316 121 132 0 23 366 121 55
Binary 101000 10101 11001110 1010001 1011010 0 10011 11110110 1010001 101101

Color Harmonies of #2815CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815CE

Black with #2815CE

Text Example


Text Example

White with #2815CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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