Html Css Color HEX #1516DF Medium Blue

📋 copy color: '#1516DF'

red 21 ◦ green 22 ◦ blue 223

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

Shades of Medium Blue #1516DF

Tints of Medium Blue #1516DF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

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

R = 7.89%
G = 8.27%
B = 83.83%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1516DF (or 0x1516DF) is known color: Medium Blue. HEX triplet: 15, 16 and DF. RGB value is (21,22,223). Sum of RGB (Red+Green+Blue) = 21+22+223=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #1516DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1516DF is #EAE920. Grayscale: #2B2B2B. Windows color (decimal): -15395105 or 14620181. OLE color: 14620181.

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

Color convert

RGB 21 22 223 -
CMYK 0.91 0.90 0 0.13
HSL 239.7º 0.83% 0.48% -
HSV(B) 239.7º 0.91% 0.87% -
XYZ 13.92 6.06 70.25 -
YUV 44.62 228.67 111.16 -
System Red Green Blue C M Y K H S L
Decimal 21 22 223 0.91 0.90 0 0.13 239.7 0.83 0.48
Hex 15 16 DF 5B 5A 0 D F0 53 30
Octal 25 26 337 133 132 0 15 360 123 60
Binary 10101 10110 11011111 1011011 1011010 0 1101 11110000 1010011 110000

Color Harmonies of #1516DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1516DF

Black with #1516DF

Text Example


Text Example

White with #1516DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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