Html Css Color HEX #1520DE Medium Blue

📋 copy color: '#1520DE'

red 21 ◦ green 32 ◦ blue 222

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

Shades of Medium Blue #1520DE

Tints of Medium Blue #1520DE

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1520DE (or 0x1520DE) is known color: Medium Blue. HEX triplet: 15, 20 and DE. RGB value is (21,32,222). Sum of RGB (Red+Green+Blue) = 21+32+222=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 32 (12.89% from 255 or 11.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 #1520DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520DE is #EADF21. Grayscale: #313131. Windows color (decimal): -15392546 or 14557205. OLE color: 14557205.

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

Color convert

RGB 21 32 222 -
CMYK 0.91 0.86 0 0.13
HSL 236.72º 0.83% 0.48% -
HSV(B) 236.72º 0.91% 0.87% -
XYZ 14.01 6.47 69.62 -
YUV 50.37 224.86 107.05 -
System Red Green Blue C M Y K H S L
Decimal 21 32 222 0.91 0.86 0 0.13 236.72 0.83 0.48
Hex 15 20 DE 5B 56 0 D ED 53 30
Octal 25 40 336 133 126 0 15 355 123 60
Binary 10101 100000 11011110 1011011 1010110 0 1101 11101101 1010011 110000

Color Harmonies of #1520DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520DE

Black with #1520DE

Text Example


Text Example

White with #1520DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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