Html Css Color HEX #2015DF Medium Blue

📋 copy color: '#2015DF'

red 32 ◦ green 21 ◦ blue 223

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

Shades of Medium Blue #2015DF

Tints of Medium Blue #2015DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.8%

R = 11.59%
G = 7.61%
B = 80.8%

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

#2015DF (or 0x2015DF) is known color: Medium Blue. HEX triplet: 20, 15 and DF. RGB value is (32,21,223). Sum of RGB (Red+Green+Blue) = 32+21+223=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #2015DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015DF is #DFEA20. Grayscale: #2E2E2E. Windows color (decimal): -14674465 or 14619936. OLE color: 14619936.

HSL color Cylindrical-coordinate representation of color #2015DF: hue angle of 243.27º 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 #2015DF is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 21 223 -
CMYK 0.86 0.91 0 0.13
HSL 243.27º 0.83% 0.48% -
HSV(B) 243.27º 0.91% 0.87% -
XYZ 14.18 6.17 70.26 -
YUV 47.32 227.14 117.07 -
System Red Green Blue C M Y K H S L
Decimal 32 21 223 0.86 0.91 0 0.13 243.27 0.83 0.48
Hex 20 15 DF 56 5B 0 D F3 53 30
Octal 40 25 337 126 133 0 15 363 123 60
Binary 100000 10101 11011111 1010110 1011011 0 1101 11110011 1010011 110000

Color Harmonies of #2015DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015DF

Black with #2015DF

Text Example


Text Example

White with #2015DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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