Html Css Color HEX #1415DD Medium Blue

📋 copy color: '#1415DD'

red 20 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #1415DD

Tints of Medium Blue #1415DD

RGB

 RED value IS 20 (8.2% from 255) = 7.63%

 GREEN value IS 21 (8.59% from 255) = 8.02%

 BLUE value IS 221 (86.72% from 255) = 84.35%

R = 7.63%
G = 8.02%
B = 84.35%

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

#1415DD (or 0x1415DD) is known color: Medium Blue. HEX triplet: 14, 15 and DD. RGB value is (20,21,221). Sum of RGB (Red+Green+Blue) = 20+21+221=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #1415DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1415DD is #EBEA22. Grayscale: #2A2A2A. Windows color (decimal): -15460899 or 14488852. OLE color: 14488852.

HSL color Cylindrical-coordinate representation of color #1415DD: hue angle of 239.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1415DD is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 21 221 -
CMYK 0.91 0.90 0 0.13
HSL 239.7º 0.83% 0.47% -
HSV(B) 239.7º 0.91% 0.87% -
XYZ 13.61 5.91 68.83 -
YUV 43.5 228.17 111.24 -
System Red Green Blue C M Y K H S L
Decimal 20 21 221 0.91 0.90 0 0.13 239.7 0.83 0.47
Hex 14 15 DD 5B 5A 0 D F0 53 2F
Octal 24 25 335 133 132 0 15 360 123 57
Binary 10100 10101 11011101 1011011 1011010 0 1101 11110000 1010011 101111

Color Harmonies of #1415DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1415DD

Black with #1415DD

Text Example


Text Example

White with #1415DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1415DD; }

 p { color: rgb(20,21,221); }

 H1.HeaderClassName
 {
   color: #1415DD;
 }
 .AnyTagClassName
 {
   color: #1415DD;
 }
</style>

background-color css

<style>
 a { background-color: #1415DD; }

 a { background-color: rgb(20,21,221); }

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

border-color css

<style>
 span { border-color: #1415DD; }

 span { border-color: rgb(20,21,221); }

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