Html Css Color HEX #1420DD Medium Blue

📋 copy color: '#1420DD'

red 20 ◦ green 32 ◦ blue 221

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

Shades of Medium Blue #1420DD

Tints of Medium Blue #1420DD

RGB

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

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

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

R = 7.33%
G = 11.72%
B = 80.95%

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

#1420DD (or 0x1420DD) is known color: Medium Blue. HEX triplet: 14, 20 and DD. RGB value is (20,32,221). Sum of RGB (Red+Green+Blue) = 20+32+221=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #1420DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420DD is #EBDF22. Grayscale: #313131. Windows color (decimal): -15458083 or 14491668. OLE color: 14491668.

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

Color convert

RGB 20 32 221 -
CMYK 0.91 0.86 0 0.13
HSL 236.42º 0.83% 0.47% -
HSV(B) 236.42º 0.91% 0.87% -
XYZ 13.86 6.4 68.91 -
YUV 49.96 224.52 106.63 -
System Red Green Blue C M Y K H S L
Decimal 20 32 221 0.91 0.86 0 0.13 236.42 0.83 0.47
Hex 14 20 DD 5B 56 0 D EC 53 2F
Octal 24 40 335 133 126 0 15 354 123 57
Binary 10100 100000 11011101 1011011 1010110 0 1101 11101100 1010011 101111

Color Harmonies of #1420DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1420DD

Black with #1420DD

Text Example


Text Example

White with #1420DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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