Html Css Color HEX #1400CE Medium Blue

📋 copy color: '#1400CE'

red 20 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #1400CE

Tints of Medium Blue #1400CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 91.15%

R = 8.85%
G = 0%
B = 91.15%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1400CE (or 0x1400CE) is known color: Medium Blue. HEX triplet: 14, 00 and CE. RGB value is (20,0,206). Sum of RGB (Red+Green+Blue) = 20+0+206=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #1400CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400CE is #EBFF31. Grayscale: #1C1C1C. Windows color (decimal): -15466290 or 13500436. OLE color: 13500436.

HSL color Cylindrical-coordinate representation of color #1400CE: hue angle of 245.83º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400CE is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 0 206 -
CMYK 0.90 1 0 0.19
HSL 245.83º 1% 0.4% -
HSV(B) 245.83º 1% 0.81% -
XYZ 11.43 4.6 58.68 -
YUV 29.46 227.63 121.25 -
System Red Green Blue C M Y K H S L
Decimal 20 0 206 0.90 1 0 0.19 245.83 1 0.4
Hex 14 0 CE 5A 64 0 13 F6 64 28
Octal 24 0 316 132 144 0 23 366 144 50
Binary 10100 0 11001110 1011010 1100100 0 10011 11110110 1100100 101000

Color Harmonies of #1400CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1400CE

Black with #1400CE

Text Example


Text Example

White with #1400CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1400CE; }

 p { color: rgb(20,0,206); }

 H1.HeaderClassName
 {
   color: #1400CE;
 }
 .AnyTagClassName
 {
   color: #1400CE;
 }
</style>

background-color css

<style>
 a { background-color: #1400CE; }

 a { background-color: rgb(20,0,206); }

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

border-color css

<style>
 span { border-color: #1400CE; }

 span { border-color: rgb(20,0,206); }

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