Html Css Color HEX #1407CD Medium Blue

📋 copy color: '#1407CD'

red 20 ◦ green 7 ◦ blue 205

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

Shades of Medium Blue #1407CD

Tints of Medium Blue #1407CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.02%

 BLUE value IS 205 (80.47% from 255) = 88.36%

R = 8.62%
G = 3.02%
B = 88.36%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1407CD (or 0x1407CD) is known color: Medium Blue. HEX triplet: 14, 07 and CD. RGB value is (20,7,205). Sum of RGB (Red+Green+Blue) = 20+7+205=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #1407CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407CD is #EBF832. Grayscale: #202020. Windows color (decimal): -15464499 or 13436692. OLE color: 13436692.

HSL color Cylindrical-coordinate representation of color #1407CD: hue angle of 243.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1407CD is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 7 205 -
CMYK 0.90 0.97 0 0.20
HSL 243.94º 0.93% 0.42% -
HSV(B) 243.94º 0.97% 0.8% -
XYZ 11.38 4.71 58.07 -
YUV 33.46 224.81 118.4 -
System Red Green Blue C M Y K H S L
Decimal 20 7 205 0.90 0.97 0 0.20 243.94 0.93 0.42
Hex 14 7 CD 5A 61 0 14 F4 5D 2A
Octal 24 7 315 132 141 0 24 364 135 52
Binary 10100 111 11001101 1011010 1100001 0 10100 11110100 1011101 101010

Color Harmonies of #1407CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1407CD

Black with #1407CD

Text Example


Text Example

White with #1407CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1407CD; }

 p { color: rgb(20,7,205); }

 H1.HeaderClassName
 {
   color: #1407CD;
 }
 .AnyTagClassName
 {
   color: #1407CD;
 }
</style>

background-color css

<style>
 a { background-color: #1407CD; }

 a { background-color: rgb(20,7,205); }

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

border-color css

<style>
 span { border-color: #1407CD; }

 span { border-color: rgb(20,7,205); }

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