Html Css Color HEX #1520DF Medium Blue

📋 copy color: '#1520DF'

red 21 ◦ green 32 ◦ blue 223

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

Shades of Medium Blue #1520DF

Tints of Medium Blue #1520DF

RGB

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

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

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

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

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

#1520DF (or 0x1520DF) is known color: Medium Blue. HEX triplet: 15, 20 and DF. RGB value is (21,32,223). Sum of RGB (Red+Green+Blue) = 21+32+223=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 32 (12.89% from 255 or 11.59% 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 #1520DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520DF is #EADF20. Grayscale: #313131. Windows color (decimal): -15392545 or 14622741. OLE color: 14622741.

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

Color convert

RGB 21 32 223 -
CMYK 0.91 0.86 0 0.13
HSL 236.73º 0.83% 0.48% -
HSV(B) 236.73º 0.91% 0.87% -
XYZ 14.15 6.52 70.33 -
YUV 50.49 225.36 106.97 -
System Red Green Blue C M Y K H S L
Decimal 21 32 223 0.91 0.86 0 0.13 236.73 0.83 0.48
Hex 15 20 DF 5B 56 0 D ED 53 30
Octal 25 40 337 133 126 0 15 355 123 60
Binary 10101 100000 11011111 1011011 1010110 0 1101 11101101 1010011 110000

Color Harmonies of #1520DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520DF

Black with #1520DF

Text Example


Text Example

White with #1520DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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