Html Css Color HEX #1418DB Medium Blue

📋 copy color: '#1418DB'

red 20 ◦ green 24 ◦ blue 219

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

Shades of Medium Blue #1418DB

Tints of Medium Blue #1418DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 7.6%
G = 9.13%
B = 83.27%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1418DB (or 0x1418DB) is known color: Medium Blue. HEX triplet: 14, 18 and DB. RGB value is (20,24,219). Sum of RGB (Red+Green+Blue) = 20+24+219=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #1418DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418DB is #EBE724. Grayscale: #2C2C2C. Windows color (decimal): -15460133 or 14358548. OLE color: 14358548.

HSL color Cylindrical-coordinate representation of color #1418DB: hue angle of 238.79º 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 #1418DB is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 24 219 -
CMYK 0.91 0.89 0 0.14
HSL 238.79º 0.83% 0.47% -
HSV(B) 238.79º 0.91% 0.86% -
XYZ 13.4 5.92 67.45 -
YUV 45.03 226.17 110.14 -
System Red Green Blue C M Y K H S L
Decimal 20 24 219 0.91 0.89 0 0.14 238.79 0.83 0.47
Hex 14 18 DB 5B 59 0 E EF 53 2F
Octal 24 30 333 133 131 0 16 357 123 57
Binary 10100 11000 11011011 1011011 1011001 0 1110 11101111 1010011 101111

Color Harmonies of #1418DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418DB

Black with #1418DB

Text Example


Text Example

White with #1418DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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