Html Css Color HEX #1420DB Medium Blue

📋 copy color: '#1420DB'

red 20 ◦ green 32 ◦ blue 219

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

Shades of Medium Blue #1420DB

Tints of Medium Blue #1420DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 80.81%

R = 7.38%
G = 11.81%
B = 80.81%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1420DB (or 0x1420DB) is known color: Medium Blue. HEX triplet: 14, 20 and DB. RGB value is (20,32,219). Sum of RGB (Red+Green+Blue) = 20+32+219=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #1420DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420DB is #EBDF24. Grayscale: #303030. Windows color (decimal): -15458085 or 14360596. OLE color: 14360596.

HSL color Cylindrical-coordinate representation of color #1420DB: hue angle of 236.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1420DB is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 32 219 -
CMYK 0.91 0.85 0 0.14
HSL 236.38º 0.83% 0.47% -
HSV(B) 236.38º 0.91% 0.86% -
XYZ 13.59 6.3 67.52 -
YUV 49.73 223.52 106.79 -
System Red Green Blue C M Y K H S L
Decimal 20 32 219 0.91 0.85 0 0.14 236.38 0.83 0.47
Hex 14 20 DB 5B 55 0 E EC 53 2F
Octal 24 40 333 133 125 0 16 354 123 57
Binary 10100 100000 11011011 1011011 1010101 0 1110 11101100 1010011 101111

Color Harmonies of #1420DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1420DB

Black with #1420DB

Text Example


Text Example

White with #1420DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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