Html Css Color HEX #1402C0 Medium Blue

📋 copy color: '#1402C0'

red 20 ◦ green 2 ◦ blue 192

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

Shades of Medium Blue #1402C0

Tints of Medium Blue #1402C0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 192 (75.39% from 255) = 89.72%

R = 9.35%
G = 0.93%
B = 89.72%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1402C0 (or 0x1402C0) is known color: Medium Blue. HEX triplet: 14, 02 and C0. RGB value is (20,2,192). Sum of RGB (Red+Green+Blue) = 20+2+192=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 192 (75.39% from 255 or 89.72% from 214); Max value from RGB is 192 - color contains mainly: blue. Hex color #1402C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402C0 is #EBFD3F. Grayscale: #1C1C1C. Windows color (decimal): -15465792 or 12583444. OLE color: 12583444.

HSL color Cylindrical-coordinate representation of color #1402C0: hue angle of 245.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402C0 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 2 192 -
CMYK 0.90 0.99 0 0.25
HSL 245.68º 0.98% 0.38% -
HSV(B) 245.68º 0.99% 0.75% -
XYZ 9.82 4 50.12 -
YUV 29.04 219.96 121.55 -
System Red Green Blue C M Y K H S L
Decimal 20 2 192 0.90 0.99 0 0.25 245.68 0.98 0.38
Hex 14 2 C0 5A 63 0 19 F6 62 26
Octal 24 2 300 132 143 0 31 366 142 46
Binary 10100 10 11000000 1011010 1100011 0 11001 11110110 1100010 100110

Color Harmonies of #1402C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1402C0

Black with #1402C0

Text Example


Text Example

White with #1402C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1402C0; }

 p { color: rgb(20,2,192); }

 H1.HeaderClassName
 {
   color: #1402C0;
 }
 .AnyTagClassName
 {
   color: #1402C0;
 }
</style>

background-color css

<style>
 a { background-color: #1402C0; }

 a { background-color: rgb(20,2,192); }

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

border-color css

<style>
 span { border-color: #1402C0; }

 span { border-color: rgb(20,2,192); }

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