Html Css Color HEX #1520DA Medium Blue

📋 copy color: '#1520DA'

red 21 ◦ green 32 ◦ blue 218

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

Shades of Medium Blue #1520DA

Tints of Medium Blue #1520DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 80.44%

R = 7.75%
G = 11.81%
B = 80.44%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1520DA (or 0x1520DA) is known color: Medium Blue. HEX triplet: 15, 20 and DA. RGB value is (21,32,218). Sum of RGB (Red+Green+Blue) = 21+32+218=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #1520DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520DA is #EADF25. Grayscale: #313131. Windows color (decimal): -15392550 or 14295061. OLE color: 14295061.

HSL color Cylindrical-coordinate representation of color #1520DA: hue angle of 236.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1520DA is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 32 218 -
CMYK 0.90 0.85 0 0.15
HSL 236.65º 0.82% 0.47% -
HSV(B) 236.65º 0.9% 0.85% -
XYZ 13.48 6.25 66.83 -
YUV 49.92 222.86 107.38 -
System Red Green Blue C M Y K H S L
Decimal 21 32 218 0.90 0.85 0 0.15 236.65 0.82 0.47
Hex 15 20 DA 5A 55 0 F ED 52 2F
Octal 25 40 332 132 125 0 17 355 122 57
Binary 10101 100000 11011010 1011010 1010101 0 1111 11101101 1010010 101111

Color Harmonies of #1520DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520DA

Black with #1520DA

Text Example


Text Example

White with #1520DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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