Html Css Color HEX #2015DE Medium Blue

📋 copy color: '#2015DE'

red 32 ◦ green 21 ◦ blue 222

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

Shades of Medium Blue #2015DE

Tints of Medium Blue #2015DE

RGB

 RED value IS 32 (12.89% from 255) = 11.64%

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

 BLUE value IS 222 (87.11% from 255) = 80.73%

R = 11.64%
G = 7.64%
B = 80.73%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2015DE (or 0x2015DE) is known color: Medium Blue. HEX triplet: 20, 15 and DE. RGB value is (32,21,222). Sum of RGB (Red+Green+Blue) = 32+21+222=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #2015DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015DE is #DFEA21. Grayscale: #2E2E2E. Windows color (decimal): -14674466 or 14554400. OLE color: 14554400.

HSL color Cylindrical-coordinate representation of color #2015DE: hue angle of 243.28º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2015DE is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 21 222 -
CMYK 0.86 0.91 0 0.13
HSL 243.28º 0.83% 0.48% -
HSV(B) 243.28º 0.91% 0.87% -
XYZ 14.05 6.12 69.55 -
YUV 47.2 226.64 117.16 -
System Red Green Blue C M Y K H S L
Decimal 32 21 222 0.86 0.91 0 0.13 243.28 0.83 0.48
Hex 20 15 DE 56 5B 0 D F3 53 30
Octal 40 25 336 126 133 0 15 363 123 60
Binary 100000 10101 11011110 1010110 1011011 0 1101 11110011 1010011 110000

Color Harmonies of #2015DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015DE

Black with #2015DE

Text Example


Text Example

White with #2015DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2015DE; }

 p { color: rgb(32,21,222); }

 H1.HeaderClassName
 {
   color: #2015DE;
 }
 .AnyTagClassName
 {
   color: #2015DE;
 }
</style>

background-color css

<style>
 a { background-color: #2015DE; }

 a { background-color: rgb(32,21,222); }

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

border-color css

<style>
 span { border-color: #2015DE; }

 span { border-color: rgb(32,21,222); }

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