Html Css Color HEX #1418CC Medium Blue

📋 copy color: '#1418CC'

red 20 ◦ green 24 ◦ blue 204

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

Shades of Medium Blue #1418CC

Tints of Medium Blue #1418CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 82.26%

R = 8.06%
G = 9.68%
B = 82.26%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1418CC (or 0x1418CC) is known color: Medium Blue. HEX triplet: 14, 18 and CC. RGB value is (20,24,204). Sum of RGB (Red+Green+Blue) = 20+24+204=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #1418CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418CC is #EBE733. Grayscale: #2A2A2A. Windows color (decimal): -15460148 or 13375508. OLE color: 13375508.

HSL color Cylindrical-coordinate representation of color #1418CC: hue angle of 238.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1418CC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 24 204 -
CMYK 0.90 0.88 0 0.2
HSL 238.7º 0.82% 0.44% -
HSV(B) 238.7º 0.9% 0.8% -
XYZ 11.51 5.16 57.52 -
YUV 43.32 218.67 111.36 -
System Red Green Blue C M Y K H S L
Decimal 20 24 204 0.90 0.88 0 0.2 238.7 0.82 0.44
Hex 14 18 CC 5A 58 0 14 EF 52 2C
Octal 24 30 314 132 130 0 24 357 122 54
Binary 10100 11000 11001100 1011010 1011000 0 10100 11101111 1010010 101100

Color Harmonies of #1418CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418CC

Black with #1418CC

Text Example


Text Example

White with #1418CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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