Html Css Color HEX #1516CF Medium Blue

📋 copy color: '#1516CF'

red 21 ◦ green 22 ◦ blue 207

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

Shades of Medium Blue #1516CF

Tints of Medium Blue #1516CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 82.8%

R = 8.4%
G = 8.8%
B = 82.8%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1516CF (or 0x1516CF) is known color: Medium Blue. HEX triplet: 15, 16 and CF. RGB value is (21,22,207). Sum of RGB (Red+Green+Blue) = 21+22+207=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 207 (81.25% from 255 or 82.8% from 250); Max value from RGB is 207 - color contains mainly: blue. Hex color #1516CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1516CF is #EAE930. Grayscale: #2A2A2A. Windows color (decimal): -15395121 or 13571605. OLE color: 13571605.

HSL color Cylindrical-coordinate representation of color #1516CF: hue angle of 239.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1516CF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 22 207 -
CMYK 0.90 0.89 0 0.19
HSL 239.68º 0.82% 0.45% -
HSV(B) 239.68º 0.9% 0.81% -
XYZ 11.86 5.24 59.42 -
YUV 42.79 220.67 112.46 -
System Red Green Blue C M Y K H S L
Decimal 21 22 207 0.90 0.89 0 0.19 239.68 0.82 0.45
Hex 15 16 CF 5A 59 0 13 F0 52 2D
Octal 25 26 317 132 131 0 23 360 122 55
Binary 10101 10110 11001111 1011010 1011001 0 10011 11110000 1010010 101101

Color Harmonies of #1516CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1516CF

Black with #1516CF

Text Example


Text Example

White with #1516CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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