Html Css Color HEX #1418DA Medium Blue

📋 copy color: '#1418DA'

red 20 ◦ green 24 ◦ blue 218

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

Shades of Medium Blue #1418DA

Tints of Medium Blue #1418DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 83.21%

R = 7.63%
G = 9.16%
B = 83.21%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1418DA (or 0x1418DA) is known color: Medium Blue. HEX triplet: 14, 18 and DA. RGB value is (20,24,218). Sum of RGB (Red+Green+Blue) = 20+24+218=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #1418DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418DA is #EBE725. Grayscale: #2C2C2C. Windows color (decimal): -15460134 or 14293012. OLE color: 14293012.

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

Color convert

RGB 20 24 218 -
CMYK 0.91 0.89 0 0.15
HSL 238.79º 0.83% 0.47% -
HSV(B) 238.79º 0.91% 0.85% -
XYZ 13.27 5.86 66.76 -
YUV 44.92 225.67 110.23 -
System Red Green Blue C M Y K H S L
Decimal 20 24 218 0.91 0.89 0 0.15 238.79 0.83 0.47
Hex 14 18 DA 5B 59 0 F EF 53 2F
Octal 24 30 332 133 131 0 17 357 123 57
Binary 10100 11000 11011010 1011011 1011001 0 1111 11101111 1010011 101111

Color Harmonies of #1418DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418DA

Black with #1418DA

Text Example


Text Example

White with #1418DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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